sale_usability: remove duplicated button

This commit is contained in:
Sébastien BEAU
2023-04-04 12:34:06 +02:00
parent d2cf9b73d8
commit 2d3a792ce8
2 changed files with 0 additions and 8 deletions

View File

@@ -32,9 +32,6 @@
<xpath expr="//field[@name='order_line']/tree/field[@name='product_template_id']" position="after">
<field name="product_barcode" optional="hide"/>
</xpath>
<button name="action_quotation_send" attrs="{'invisible': ['|', ('state', '=', 'draft'), ('invoice_count','&gt;=',1)]}" position="before">
<button name="action_quotation_send" type="object" string="Send Order Acknowledgement" attrs="{'invisible': ['|', ('state', 'not in', ('sale', 'done')), ('invoice_count','&gt;=',1)]}"/>
</button>
</field>
</record>