Hi there,
I am editing our Invoice Email Template in Odoo 14 and trying to use a sub-field from the Dynamic Placeholder Generator .
The model the email template relates to is Journal Entry
The problem is the fields are not showing the display data, it is showing incomprehensible data like sale.order(16699,), project.task(9826,)
product.product(1835,)
stock.production.lot(3187,)
I want the email template to display the data that we read. The fields I am trying to pull are:
- related Sales Order > pulled from Invoice Sales Order (account move)
- related Task Name > pulled from Invoice Sales Order Sub-Field
-related Task Product > pulled from custom Invoice Sales Order Sub-Field
-related Task Serial Number > pulled from custom Invoice Sales Order Sub-Field
Can someone help?