跳至内容
菜单
此问题已终结
1510 查看

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?

形象
丢弃
相关帖文 回复 查看 活动
0
10月 24
1767
0
8月 24
1587
0
1月 24
2084
1
11月 23
1786
0
6月 23
2146