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
|
19016 | ||
|
1
1월 25
|
1425 | ||
|
2
12월 24
|
2316 | ||
|
0
7월 24
|
1437 | ||
|
1
9월 23
|
1982 |
I'd like to have quotation No appear in the headers on each page.