Install error in project_timesheet

Bug #616266 reported by James Jesudason
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Dhruti Shastri(OpenERP)

Bug Description

There is a typo is project_timesheet.py on line 206:
    _inherit = "project.projesct"

should be:
    _inherit = "project.project"

bzr addons version: 4507

Environment Information :
System : Linux-2.6.32-24-generic-i686-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
Operating System Release : 2.6.32-24-generic
Operating System Version : #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010
Operating System Architecture : 32bit
Operating System Locale : en_GB.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.0dev
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/netsvc.py", line 429, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/service/web_services.py", line 626, in dispatch
    res = fn(db, uid, *params)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/service/web_services.py", line 653, in exp_execute
    return self._execute(db, uid, wiz_id, datas, action, context)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/service/web_services.py", line 635, in _execute
    return wiz.execute(db, uid, self.wiz_datas[wiz_id], action, context)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/wizard/__init__.py", line 177, in execute
    res = self.execute_cr(cr, uid, data, state, context)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/wizard/__init__.py", line 72, in execute_cr
    action_res = action(self, cr, uid, data, context)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/addons/base/module/wizard/wizard_module_upgrade.py", line 83, in _upgrade_module
    db, pool = pooler.restart_pool(cr.dbname, update_module=True)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/pooler.py", line 62, in restart_pool
    return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/pooler.py", line 39, in get_db_and_pool
    addons.load_modules(db, force_demo, status, update_module)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/addons/__init__.py", line 830, in load_modules
    r = load_module_graph(cr, graph, status, report=report)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/addons/__init__.py", line 688, in load_module_graph
    modules = pool.instanciate(package.name, cr)
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/osv/osv.py", line 187, in instanciate
    res.append(klass.createInstance(self, module, cr))
  File "/home/jjesudason/Documents/Development/openerp6/server/bin/osv/osv.py", line 260, in createInstance
    assert pool.get(parent_name), "parent class %s does not exist in module %s !" % (parent_name, module)
AssertionError: parent class project.projesct does not exist in module project_timesheet !

Related branches

Changed in openobject-addons:
status: New → Confirmed
Changed in openobject-addons:
milestone: none → 6.0
Revision history for this message
Dhruti Shastri(OpenERP) (dhs-openerp) wrote :

Hello James,
Thanks a lot for pointing out.
It has been corrected by revision 4508 <email address hidden>.
Thanks.

Changed in openobject-addons:
assignee: nobody → DHS(Open ERP) (dhs-openerp)
status: Confirmed → Fix Released
Revision history for this message
James Jesudason (jamesj) wrote :

Excellent, thanks for the quick response.

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.