c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15658
[Bug 716306] [NEW] [6.0] Cost ledger report is in two modules
Public bug reported:
When I try to install hr_timesheet_invoice :
File "/home/laurent/Documents/OpenERP/6.0/addons/hr_timesheet_invoice/report/cost_ledger.py", line 170, in <module>
parser=account_analytic_cost_ledger, header='internal')
File "/home/laurent/workspace/OpenERPServer6.0/bin/report/report_sxw.py", line 380, in __init__
report_rml.__init__(self, name, table, rml, '')
File "/home/laurent/workspace/OpenERPServer6.0/bin/report/interface.py", line 67, in __init__
super(report_rml, self).__init__(name)
File "/home/laurent/workspace/OpenERPServer6.0/bin/report/interface.py", line 45, in __init__
assert not self.exists(name), 'The report "%s" already exists!' % name
AssertionError: The report "report.hr.timesheet.invoice.account.analytic.account.cost_ledger" already exists!
Report is present in account and hr_timesheet_invoice modules
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/716306
Title:
[6.0] Cost ledger report is in two modules
Status in OpenERP Modules (addons):
New
Bug description:
When I try to install hr_timesheet_invoice :
File "/home/laurent/Documents/OpenERP/6.0/addons/hr_timesheet_invoice/report/cost_ledger.py", line 170, in <module>
parser=account_analytic_cost_ledger, header='internal')
File "/home/laurent/workspace/OpenERPServer6.0/bin/report/report_sxw.py", line 380, in __init__
report_rml.__init__(self, name, table, rml, '')
File "/home/laurent/workspace/OpenERPServer6.0/bin/report/interface.py", line 67, in __init__
super(report_rml, self).__init__(name)
File "/home/laurent/workspace/OpenERPServer6.0/bin/report/interface.py", line 45, in __init__
assert not self.exists(name), 'The report "%s" already exists!' % name
AssertionError: The report "report.hr.timesheet.invoice.account.analytic.account.cost_ledger" already exists!
Report is present in account and hr_timesheet_invoice modules
Follow ups
References