Hello I am looking for the dynamic placeholder for the billing contact (email) of customers to put in the recipient fields of invoice shipments etc.
Thank you in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
If your object is the Quotation/Sales Order use: ${object.partner_invoice_id.email}
if it's the Invoice use: ${object.partner_id.email}
Hello, I cannot give a screenshot because there is the customer info but I am looking to fill in the recipient email fields with the recipient invoicing from the client company because currently his sends the invoices to the secretary rather than to the accounting invoicing office from my client.
Example current placeholder $ {object.partner_id.id}
wish $ {object.partner_id.envoice_mail or sale_mail etc ...}
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
ene 24
|
1347 | ||
|
2
nov 21
|
3935 | ||
|
0
jul 20
|
3834 | ||
|
0
dic 16
|
3412 | ||
|
0
mar 15
|
5269 |
Please share more details like where you want to add this details/placeholder. Screenshot would be more helpful.