

Odoo Server Error Traceback (most recent call last):įile "/home/simon/odoo14/odoo/tools/cache.py", line 85, in lookupįile "/home/simon/odoo14/odoo/tools/func.py", line 71, in wrapperįile "/home/simon/odoo14/odoo/tools/lru.py", line 34, in _getitem_ Here's the error when I upgrade the module: _name = '_deliveryslip_xlsx'ĭef generate_xlsx_report(self, workbook, data, deliveryslip):īold = workbook.add_format() I added the following to hago>reports>reports.xmlĪnd the following to hago>deliveryslip_xlsx.pyĬlass hago_deliveryslip_xlsx(models.AbstractModel): I have a custom module called "hago" which has the following directory structure: Can you give me some advise of how to correct? But I encountered the following parsing error. I have follow your youtube link and successfully installed Base report xlsx and the writers.

I want to add a print item to the print menu in the deliveryslip form that can print the delivery slip in excel format.
