refactor: replace XML template patch with a Proxy-based state implementation in PartnerList

This commit is contained in:
Suherdy Yacob 2026-06-17 18:18:10 +07:00
parent 61c964b946
commit 2823d613a8

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-inherit="point_of_sale.PartnerList" t-inherit-mode="extension" owl="1">
<xpath expr="//Input" position="attributes">
<attribute name="tModel">[state, 'inputQuery']</attribute>
<attribute name="callback.bind">onInputQueryChange</attribute>
</xpath>
</t>
</templates>