Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1485 Prikazi

I am trying to get a report {'id': 4, 'name': 'Balance Sheet'} for a company_id. How do I get such a report. I only get the fields of the report, but cannot select the company:


This will show all report types:

models.execute_kw(db, uid, password, 'account.report', 'fields_get', [], {'attributes': ['string', 'help', 'type']})


And this the balance sheet:

models.execute_kw(db, uid, password, 'account.report', 'read', [4])


How do I get the actual report for company_id 10?

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
okt. 24
1757
0
avg. 24
1583
0
jan. 24
2068
1
nov. 23
1785
0
jun. 23
2129