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!
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.