Skip to Content
Menu
This question has been flagged

How Can i change/modify the partner ledger report of accounting module in odoo16.

I want to Add related field of partner as a new column inside partner ledger report but cant get the report view id or function for the same.

Avatar
Discard
Best Answer

Hi 

You can inherit an account.partner.ledger.report.handler abstract model, we can use the _get_report_line_total  and _get_report_line_partners .



Regards


Avatar
Discard
Author

Doesn't halped

Author Best Answer

Hello jainesh, Thanks for response i got this template and from here i can add the new column too, but how can be the data added to that column , i want to add data of related field of partner_id ?? 

Avatar
Discard
Best Answer

Hi Vatsal,


For this, you can check for this in odoo enterprise 

Please find code in comment.

This is where the 'Partner Ledger' report is created and here you will find all related details here.


Feel free to contact us for further assistance

Hope this answer helps you.

Thanks & Regards,
Email: odoo@aktivsoftware.com     

Skype: kalpeshmaheshwari

Avatar
Discard

Please find code here :-

<record id="partner_ledger_report" model="account.report">

Related Posts Replies Views Activity
1
Apr 24
1306
1
Feb 24
1856
0
Jan 24
1043
1
Sep 23
2280
1
Jun 23
2725