This question has been flagged
1 Reply
4194 Views

hi all iam trying to install this module/migrate : https://apps.odoo.com/apps/modules/10.0/india_gst/ from odoo 10 to odoo 13 , but while installing am getting this error :


    from odoo.addons.report_xlsx.report.report_xlsx import ReportXlsx

ModuleNotFoundError: No module named 'odoo.addons.report_xlsx.report.report_xlsx'



in code :


from odoo.addons.report_xlsx.report.report_xlsx import ReportXlsx

although i have this module in core module addons folder its still showing error can anyon help me with this
Avatar
Discard
Author

anyone there ?

Best Answer

Hi,

Download and install the report_xlsx module from odoo store or from oca github repo.

Module: https://apps.odoo.com/apps/modules/13.0/report_xlsx/


Thanks

Avatar
Discard
Author

i have already installed it but still showing the same error