feat: implement custom input query handling in PartnerList to synchronize search state
This commit is contained in:
parent
7ca603ecce
commit
b01cef8d22
9
static/src/app/screens/partner_list_patch.xml
Normal file
9
static/src/app/screens/partner_list_patch.xml
Normal 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>
|
||||||
Loading…
Reference in New Issue
Block a user