I am new to openerp and finding it difficult to use a suitable tag for mutli page in Rml. The same should also be supported in openerp.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
Read through the developer documentation on Dynamic Content in Reports.
You can use [[ repeatIn(objects,âoâ) ]]
(Loop on each objects selected for the print) function to loop over your datas.
Here's an example of repeatIn
.
Hi, it depends on the data you want to print on the report. By using repeatIn in rml file you can generate multiple pages report.
Ex. [[ repeatIn(objects,'o') ]]
Thank you guys for your answers i tried out the aga_plan_terms_and_conditions module where just by uploading a pdf as attachment i was able to print multi page reports successfully !!!!
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
8月 25
|
344 | ||
|
1
4月 25
|
1499 | ||
|
1
9月 24
|
2186 | ||
|
1
7月 24
|
1940 | ||
|
1
5月 24
|
4294 |