feat: implement custom input query handling in PartnerList to synchronize search state

This commit is contained in:
Suherdy Yacob 2026-06-17 18:10:09 +07:00
parent 7ca603ecce
commit b01cef8d22

View File

@ -0,0 +1,9 @@
<?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>