Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1493 Представления

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?

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
окт. 24
1757
0
авг. 24
1584
0
янв. 24
2068
1
нояб. 23
1785
0
июн. 23
2133