i want to add line items to my detail band in ireport can u plz help me how to add line items in jasper report
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
Hi...
You need to set the Property for the Report as follows
Property Name: OPENERP_RELATIONS
Property Value: ['line_ids']
When you set this property then your report will loop for the child records [o2m lines]
You can also acheive the same using OPENERP_PATH_PREFIX, if you have a Subreport designed for child lines
Hello,
I would like to do the same but the value to displays for me is 'bom_lines' not in the first node of the data record but in the next level under 'bom_ids'. How can format the property value?
Thanks
Christophe
So, the solution is to use Property Value like ['node/node/node']. Exemple to display a report from the products who contains a bom lines: Go to properties of the report add a new one Property Name: OPENERP_RELATIONS Property Value: ['bom_ids/bom_lines/bom_lines']
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
3月 15
|
4380 | ||
|
0
1月 18
|
2895 | ||
|
1
3月 15
|
8301 | ||
|
0
3月 15
|
3545 | ||
|
1
3月 15
|
5188 |