← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 870077] Re: [PS] training: impossible to define a training.config.contact.function

 

Hello Julien,

"training " is part of the extra-addons, which are maintained by the
community, including all the modules created by "OpenERP" or "Tiny", as
none of these are actively developed by our teams anymore.

So if you or anyone from the community would like to work on it, please mark the bug as "In progress" and assign it to yourself (or ask us or anyone from OpenERP Drivers to do it for you). In the mean time, I will mark it as "Won't fix" to indicate that no further progress is expected at the moment.
If you require further assistance with any similar trouble while updating the module, do not hesitate to ask here or via a question: https://answers.launchpad.net/openobject-addons

Thank you!

PS: For whomever works on fixing this, you probably want to apply/merge your changes in both the 6.0 and trunk branches of extra-addons:
https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons


** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/870077

Title:
  [PS] training: impossible to define a training.config.contact.function

Status in OpenERP Addons (modules):
  Won't Fix

Bug description:
  Using revno 2399.

  In training.py line 100, "function" field of training.config.contact.function is required=True.
  Values are collected from res.partner.job records that have their own non blank "function" field.
  But, in partner_view.xml line174, this "function" field is substituted by a "function_id" field, so it is impossible for an operator to define training.config.contact.function .

  I think it is a design problem: we override a base_contact model in a
  non backward compatible way (while base_contact is itself already a
  non backward compatible override of res.partner.* ).

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/870077/+subscriptions


References