[6.1] Installation error: The report "report.account.central.journal" already exists

Bug #920363 reported by Stefan Rijnhart (Opener)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP Financial Statement Template Reporting
New
Undecided
Unassigned

Bug Description

Hi,

in an attempt to install the module in OpenERP 6.1, I get a the following error:

  File "/home/openerp/3rd-party-modules/account_fstr/reports/account_fstr_report.py", line 27, in <module>
    from account.report.common_report_header import common_report_header
  File "/home/openerp/openobject-addons/account/report/__init__.py", line 22, in <module>
    import account_central_journal
  File "/home/openerp/openobject-addons/account/report/account_central_journal.py", line 106, in <module>
    report_sxw.report_sxw('report.account.central.journal', 'account.journal.period', 'addons/account/report/account_central_journal.rml', parser=journal_print, header='internal')
  File "/home/openerp/bzr/openobject-server/openerp/report/report_sxw.py", line 384, in __init__
    report_rml.__init__(self, name, table, rml, '')
  File "/home/openerp/bzr/openobject-server/openerp/report/interface.py", line 66, in __init__
    super(report_rml, self).__init__(name)
  File "/home/openerp/bzr/openobject-server/openerp/report/interface.py", line 45, in __init__
    assert not self.exists(name), 'The report "%s" already exists!' % name
AssertionError: The report "report.account.central.journal" already exists!

This is in rev. 3973 of OpenERP server. A change was made in revision 3969 that may need you to refer differently to imports from other OpenERP addons. See http://bazaar.launchpad.net/~openerp/openobject-server/trunk/revision/3969

Cheers,
Stefan.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.