Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3163 Visualizzazioni

Hello,

I need to add the balance field of each customer to his report. The balance location:

Accounting ---> Customers ---> Customers  ->  Partner Ledger --->balance.

I want to add this balance field to the report I had created.

How can I do that? May anyone help.   

Avatar
Abbandona
Risposta migliore

Hello asma.
Please check this method.(odoo 13)
account_reports/models/account_partner_ledger.py

@api.model
def _get_lines(self, options, line_id=None):

which return List of dictionary in that Each partner detail (credit/debit ) data is there.

base on that you can calculated you balance in PDF report.
In QWEB call this method.(def _get_lines(self, options, line_id=None)

Thanks & Regards,

Email: odoo@aktivsoftware.com

Skype: kalpeshmaheshwari

Avatar
Abbandona
Autore

thanks,

now only I found your answer but where can I find the line id I need.

Post correlati Risposte Visualizzazioni Attività
0
mag 22
2251
0
giu 21
2471
0
giu 23
3473
2
apr 23
12804
0
mag 22
1877