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

Hi everyone

I want to know how does partner_xlsx('report.res.partner.xlsx', 'res.partner') works ?

When using xlsx reporting module we use this


from openerp.addons.report_xlsx.report.report_xlsx import ReportXlsx

class partner_xlsx(ReportXlsx):

    def generate_excel_report(self, workbook, data, repports, file_data):
        [CODE]

 


partner_xlsx('report.res.partner.xlsx', 'res.partner')

Is there any way to use other solution than calling partner_xlsx because without it you can't print your xlsx report
Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
нояб. 22
3811
2
мая 16
5353
1
мая 23
4276
1
янв. 20
9857
1
нояб. 18
6526