xcgd / account_report_webkit

Base module to help create accounting reports
GNU Affero General Public License v3.0
1 stars 2 forks source link

Class conflict #1

Open diassynthesis opened 9 years ago

diassynthesis commented 9 years ago

After copying the account_report_webkit to the addons folder and after updating the module list, getting this error:

-------------------log------ File "/usr/lib/pymodules/python2.7/openerp/addons/account_report_webkit/report/general_ledger.py", line 278, in parser=GeneralLedgerWebkit) File "/usr/lib/pymodules/python2.7/openerp/addons/report_webkit/webkit_report.py", line 74, in init header, store) File "/usr/lib/pymodules/python2.7/openerp/report/report_sxw.py", line 397, in init report_rml.init(self, name, table, rml, '') File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 65, in init super(report_rml, self).init(name) File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 45, in init assert not self.exists(name), 'The report "%s" already exists!' % name AssertionError: The report "report.account.account_report_general_ledger_webkit" already exists!

---end error log-----

Best regards.

vincent-hatakeyama commented 9 years ago

This module is a fork of account_financial_report_webkit and it is not compatible with it, you can’t have both as available modules.