Skip to Content
Menú
This question has been flagged
1 Respondre
5777 Vistes

I'm using Openerp 7 and i need to add the Incoterms on sales order purchase and invoces, i tried with [[o.incoterm]] and others but nothing comes does any one knows how to add this ?

thanks!

Avatar
Descartar
Best Answer

Use Report Designer as explained here: http://openerp.co.za/7/reports/reporting.html

Login on your Database

Download the Report in OpenOffice by using the plugin "Modify Existing Report" select: "Sales Order - Quotation / Order"

Insert the incoterm by copy the following into the report:

[[ (o.incoterm and o.incoterm.name) or '' ]]

Insert the confirmation date by copy the following line:

[[ formatLang(o.date_confirm,date = True) ]]

Save the report

Uplaod: Send to Server

Avatar
Descartar