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
|
18866 | ||
|
1
1月 25
|
1289 | ||
|
2
12月 24
|
2144 | ||
|
0
7月 24
|
1344 | ||
|
1
9月 23
|
1891 |
I'd like to have quotation No appear in the headers on each page.