← Back to team overview

openerp-india team mailing list archive

[Bug 980901] Re: wrong ordering of classes in training module

 

Hello Erik,

Yes, You are right. Due to this problem we have got following error.

ProgrammingError: relation "training_participation_stakeholder_request"
does not exist.

Also your suggested solution is correct

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


References