There is an enterprise module called 'account_reports' which provides menuitems to print Partner Ledger.
Now what I like to do is, I need to override its qweb code such that I shall remove unwanted columns in the pdf report.
Please help me on it.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
There is an enterprise module called 'account_reports' which provides menuitems to print Partner Ledger.
Now what I like to do is, I need to override its qweb code such that I shall remove unwanted columns in the pdf report.
Please help me on it.
you can refer to the module account_reports and the module name of account.partner.ledger
and will find a function name called _get_columns_name and you can add you row here
create your own function to fetch the necessary data or add it to the queries In the same file and then print it in the function of _get_report_line_move_line
I hope this will help someone
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
cze 25
|
1135 | ||
|
0
lut 23
|
2735 | ||
|
1
maj 22
|
3765 | ||
|
0
wrz 21
|
2321 | ||
|
1
mar 21
|
2817 |
Did you find the solution?
I have the same issue