I want to add a default email address for a customer on their delivery tickets only. I don't want them to be a Follower at the Corporate level and get invoices, etc. I don't want to have to add them on every order. Is there a way to set it as a default just on this specific document? Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
Hi,
Odoo doesn’t have a built-in field for “default email per document type,” but you can achieve it in a clean way without making the contact a global follower:
When you create a contact under the Customer (Contacts ➝ Add Contact), you can set the Type as:
Invoice Address – will be used for invoices
Delivery Address – will be used for deliveries
If you store the delivery person’s email in the “Delivery Address” contact, Odoo will automatically use it when generating delivery orders, while the invoice emails still go to the Invoice Address. This is the simplest and most standard way.
Hope it helps
Perfect! Thanks.