跳至內容
選單
此問題已被標幟
4740 瀏覽次數

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
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
11月 22
3832
2
5月 16
5369
1
5月 23
4308
1
1月 20
9880
1
11月 18
6533