** Patch added: "training.py.patch" https://bugs.launchpad.net/bugs/980901/+attachment/3059586/+files/training.py.patch
** Branch linked: lp:~openobject-training/openobject-addons/training -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/980901 Title: wrong ordering of classes in training module Status in OpenERP Addons (modules): New Bug description: In the training module ( https://code.launchpad.net/~openobject- training/openobject-addons/training ), training_participation_stakeholder_request is defined after training_participation_stakeholder_purchase. training_participation_stakeholder_purchase has a many2one field linking to training_participation_stakeholder_request, which breaks module installation on Windows (not sure about Linux, haven't tested). Switching the position of the classes fixes the issue. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/980901/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

