Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3167 Lượt xem

I have added some custom fields to the model account.move and I want to add these fields in the following Odoo Enterprise reports:


-Accounting/Reporting/Partner ledger
-Accounting/Reporting/Aged receivable
-Accounting/Reporting/Aged payable


I did not find how to add fields to this kind of reports and they are way different than the regular views

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi 
To add custom fields to reports like "Partner Ledger","Aged Receivable",and "Aged Payable", you will need to modify templates associated with these reports.1.Identify the report template and inherit the template to add custom fields.2.Look for sections such as 

<thead>,<tbody>,<xpath>

tags that define the layout and content of the report.3.You can access the fields from the model using dot notation.for example : record.custom_field.
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 2 24
1802
1
thg 11 23
2012
0
thg 9 23
1560
1
thg 6 23
3225
2
thg 8 22
4048