コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4320 ビュー

Hello everyone,

I am using Odoo 12 and need to print invoice information (invoice number and date) and customer address on every report page.

I am using standard Odoo tempates for invoices.

Can anyone help me achieve that?

Thank you very much

PM    


アバター
破棄
最善の回答

Hi Paulo:

You will need to do 2 things for this:

  1. Customize the report_invoice_document view and use t-set to set custom variables for the invoice number and date.

  2. Customize one of the web.external_layout.... views (depending on which layout has been selected at your site - most probably web.external_layout_standard) and print the values of these 2 variables inside the <header> section. 

アバター
破棄
著作者

Thank you Paresh,

I thought it was possible to do it without using "header" area.

Thank you once again

Best regards

PM

関連投稿 返信 ビュー 活動
2
11月 19
4631
2
12月 19
4944
3
12月 19
7431
1
2月 19
9770
1
11月 24
1533