← Back to team overview

openerp-india team mailing list archive

[Bug 980901] [NEW] wrong ordering of classes in training module

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References