← Back to team overview

avanzosc team mailing list archive

[Bug 795183] Re: Crash when installing mrp_master_extension

 

I did not deleted,  i move it to the correct view, because this code
should be in the extension module operation.

-- 
You received this bug notification because you are a member of Avanzosc
Developers, which is subscribed to Avanzosc developments.
https://bugs.launchpad.net/bugs/795183

Title:
  Crash when installing mrp_master_extension

Status in Avanzosc OpenERP modules:
  Fix Committed
Status in Avanzosc developments manufacturing series:
  Fix Committed

Bug description:
  Hello, i am installing the module in a fresh DB, i get this error:

  
  [2011-06-09 12:49:21,735][autoplaza_test] ERROR:tools.convert.xml_import:Parse error in /home/ovnicraft/development/openerp/proyectos/autoplaza/addons/mrp_master_extension/wizard/work_wizard_view.xml:27: 
  <act_window name="Work wizard" res_model="mrp.workflow.wizard" src_model="mrp.production.operation.real" view_mode="form" target="new" key2="client_action_multi" id="act_make_work_wizard"/>
  Traceback (most recent call last):
    File "/home/ovnicraft/development/openerp/v6/server/bin/tools/convert.py", line 865, in parse
      self._tags[rec.tag](self.cr, rec, n)
    File "/home/ovnicraft/development/openerp/v6/server/bin/tools/convert.py", line 507, in _tag_act_window
      id = self.pool.get('ir.model.data')._update(cr, self.uid, 'ir.actions.act_window', self.module, res, xml_id, noupdate=self.isnoupdate(data_node), mode=self.mode)
    File "/home/ovnicraft/development/openerp/v6/server/bin/addons/base/ir/ir_model.py", line 691, in _update
      res_id = model_obj.create(cr, uid, values, context=context)
    File "/home/ovnicraft/development/openerp/v6/server/bin/osv/orm.py", line 3686, in create
      self._validate(cr, user, [id_new], context)
    File "/home/ovnicraft/development/openerp/v6/server/bin/osv/orm.py", line 944, in _validate
      raise except_orm('ValidateError', '\n'.join(error_msgs))
  except_orm: ('ValidateError', 'Error occurred while validating the field(s) res_model,src_model: Invalid model name in the action definition.')

  
  This at #revno92

  Regards,

To manage notifications about this bug go to:
https://bugs.launchpad.net/avanzosc/+bug/795183/+subscriptions


References