action confir

This commit is contained in:
blackbelts 2025-06-19 14:57:48 +03:00
parent 1766ebb18e
commit bc9f3f8f04
1 changed files with 8 additions and 0 deletions

View File

@ -47,12 +47,20 @@
</page>
</xpath>
<xpath expr="//button[@name='button_confirm']" position="attributes">
<attribute name="attrs">
{'invisible':[('state', 'in', ('wait', 'sent')),
('is_purchase_budget', '=', True)]}
</attribute>
</xpath>
<xpath expr="//button[@name='button_confirm'][1]" position="attributes">
<attribute name="attrs">
{'invisible':[('state', 'in', ('wait', 'sent')),
('is_purchase_budget', '=', True)]}
</attribute>
</xpath>
</field>
</record>