-
-
Notifications
You must be signed in to change notification settings - Fork 332
Description
module: mail_template_multi_company
version: 17.0
Steps to reproduce
- Go to for example Sale app
- Make a sale order
- Klik on button 'Send by email'
- The “Edit” screen is now always opened before the email is sent
Current behavior
In the Sales Order (sale.order), Purchase Order (purchase.order) and Delivery / Picking (stock.picking) screens, the standard “Send by Email” button is used.
The “Edit” screen is now always opened before the email is sent. Normally, “Edit” only opens if the email address is missing for the recipient (partner/contact).
Expected behavior
In the Sales Order (sale.order), Purchase Order (purchase.order) and Delivery / Picking (stock.picking) screens, the standard “Send by Email” button is used.
The “Edit” only opens if the email address is missing for the recipient (partner/contact).
Version 17 is being used. Do you have any idea what could be causing this problem?