sale_report: add button to send order acknowledgement

This commit is contained in:
Alexis de Lattre
2022-05-06 14:56:12 +02:00
parent 3b2efaab37
commit 8fe2cac892

View File

@@ -26,6 +26,9 @@
<field name="confirmation_date" position="after">
<field name="client_order_ref"/>
</field>
<button name="preview_sale_order" position="after">
<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>