sale_usability: add a wizard to write discount on all lines

The wizard is available under the "Action" menu. It has an option to
apply only on product or service lines.

Add a button "Send ack by email" on confirmed sale.order
This commit is contained in:
Alexis de Lattre
2022-07-06 12:14:51 +02:00
parent d67141e128
commit 27d86cf151
7 changed files with 157 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
'views/account_move.xml',
'views/res_company.xml',
"views/res_partner.xml",
'wizards/sale_invoice_discount_all_lines_view.xml',
'security/ir.model.access.csv',
],
'installable': True,
}