[future_trunk]magentoerpconnect_payment cant be installed

Bug #995347 reported by Kyle Waid
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Magento OpenERP Connector
Invalid
Undecided
Unassigned

Bug Description

Traceback (most recent call last):
  File "/usr/local/openerp/openerp-server/openerp/osv/osv.py", line 121, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/usr/local/openerp/openerp-server/openerp/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/usr/local/openerp/openerp-server/openerp/osv/osv.py", line 164, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/usr/local/openerp/openerp-server/openerp/addons/base/module/wizard/base_module_upgrade.py", line 101, in upgrade_module
    _db, pool = pooler.restart_pool(cr.dbname, update_module=True)
  File "/usr/local/openerp/openerp-server/openerp/pooler.py", line 39, in restart_pool
    registry = RegistryManager.new(db_name, force_demo, status, update_module, True)
  File "/usr/local/openerp/openerp-server/openerp/modules/registry.py", line 202, in new
    openerp.modules.load_modules(registry.db, force_demo, status, update_module)
  File "/usr/local/openerp/openerp-server/openerp/modules/loading.py", line 338, in load_modules
    processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules)
  File "/usr/local/openerp/openerp-server/openerp/modules/loading.py", line 253, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules)
  File "/usr/local/openerp/openerp-server/openerp/modules/loading.py", line 167, in load_module_graph
    models = pool.load(cr, package)
  File "/usr/local/openerp/openerp-server/openerp/modules/registry.py", line 109, in load
    res.append(cls.create_instance(self, cr))
  File "/usr/local/openerp/openerp-server/openerp/osv/orm.py", line 877, in create_instance
    'You may need to add a dependency on the parent class\' module.' % (name, parent_name))
TypeError: The model "base.sale.payment.type" specifies an unexisting parent class "base.sale.payment.type"
You may need to add a dependency on the parent class' module.

Revision history for this message
Kyle Waid (midwest) wrote :

To reproduce, attempt to install the module on latest source

Revision history for this message
Kyle Waid (midwest) wrote :

Module will be deprecated

Changed in magentoerpconnect:
status: New → Invalid
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.