action confir
This commit is contained in:
parent
1766ebb18e
commit
bc9f3f8f04
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue