Hello guys,
Sorry for the amateur question. I know that for you this is very simple, but since I am not a developer, I have a great difficulty.
I have created a custom field called x_cnpj . I need to include this field when I generate the sale quotation report.
I try edit report_saleorder_document and add this line:
<span
t-field="doc.partner_id.x_cnpj"/>
But when generate report, value does not appear, it is as if it did not exist.
I know I'm doing something wrong, can someone help me with a step by step?
thank you very much !