Hi there,
I'd like to move quotation No to the header of document layout.
The reason is: when there are multiple pages to print for multiple big sale orders, salesman may mess up with the pages if they are busy.
How can I achieve it? Thank you.
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
Hi there,
I'd like to move quotation No to the header of document layout.
The reason is: when there are multiple pages to print for multiple big sale orders, salesman may mess up with the pages if they are busy.
How can I achieve it? Thank you.
You can print the Object any field data in Header for all page with like this,
t-att-data-oe-model="o and o._name"
with o contain the object you can display any data.
Thanks. Can you show more code example please?
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|  | 10 7月 20  | 19798 | ||
|  | 1 1月 25  | 2117 | ||
|  | 2 12月 24  | 3177 | ||
|  | 0 7月 24  | 2006 | ||
|  | 1 9月 23  | 2509 | 
I'd like to have quotation No appear in the headers on each page.