on my usecase, I need to add manufacturer and part number to every product. I'm able to create this extra fields on the product module, but now, when i add a product to a proposal (quotation), i need the manufacturer and part number to be displayed.
the recommended nomenclature is:
{object_options_extrafield}
in my case:
{product_options_manufacturer}
{product_options_partnumber}
but its not working...
pdf template location
/var/www/html/dolibarr/htdocs/core/modules/propale/doc/pdf_azur.modules.php
reference:
- https://www.dolibarr.org/forum/t/problem-with-object-options-xxx-in-odt-template/16534
- https://www.dolibarr.org/forum/t/code-for-custom-attributes-in-odt-templates/16391
- https://wiki.dolibarr.org/index.php/Add_Extrafields_on_PDF_Models
- https://wiki.dolibarr.org/index.php?title=Create_a_PDF_document_template
- https://wiki.dolibarr.org/index.php?title=Extrafields
- https://wiki.dolibarr.org/index.php/Create_a_PDF_document_template