Hello,
Can anybody help me?
I have to change the standard purchase order report by adding a line below the product détail line containing the lond product description.
How can I do that ?
Thanks in advance for answer.
Lionel Adam
5 Answers
I am not an expert ODOO, and the field "Precise description" is located in the product détails.
What I want to do is simply to add this field (Containing the complete description) in the purchase order. Each product line should contain this information, according with our Suppliers and should looks like the below example :
Product description Quantity Unit Price Total
Clips Black 100 5.43 543.00
Clips Black 4/3 - Steel carb. 33% - polyuréthan …
I don't know how to customize the las line.
Sincerely
As far as I know, inside Qweb, Odoo does not allow us to get field data outside the associated model. I.e. we cannot load product description field data into the PO's Qweb view. You may need additional Python code to have this.
However, I am not sure what you mean when you said "precise description". Is that the description_purchase field in product model?
Lionel Adam wrote:By default, product description will be loaded to Description field on the PO. And when you print the PO, this includes description already. If you don't see the description, maybe you have not set it in your product (within procurement tab)
I have to change the standard purchase order report by adding a line below the product détail line containing the lond product description.
How can I do that ?