Merge pull request #3543 from expsa/change_orer_button

action confir
This commit is contained in:
eslamtalaat744 2025-06-19 14:58:48 +03:00 committed by GitHub
commit a6bb03fb09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>