openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #26624
[Bug 1248068] [NEW] [7.0][sale_mrp] sale order line never attached to procurement order (WARNING:openerp.osv.orm:No such field(s) in model procurement.order: sale_line_id)
Public bug reported:
The hook introduced in http://bazaar.launchpad.net/~openerp/openobject-
addons/7.0/revision/9455 writes to sale_line_id in procurement.order,
which is defined in project_mrp. So if we don't have that module
installed, nothing happens and our logs are flooded with the error
message above.
While the proper fix would be to move sale_line_id to project_mrp, this
conflict's with the no database scheme change policy, so I ask myself
how to fix that?
** Affects: ocb-addons
Importance: Low
Assignee: Holger Brunn (Therp) (hbrunn)
Status: New
** Affects: ocb-addons/7.0
Importance: Low
Assignee: Holger Brunn (Therp) (hbrunn)
Status: New
** Affects: openobject-addons
Importance: Undecided
Status: New
** Also affects: ocb-addons
Importance: Undecided
Status: New
** Also affects: ocb-addons/7.0
Importance: Undecided
Status: New
** Changed in: ocb-addons/7.0
Importance: Undecided => Low
** Changed in: ocb-addons/7.0
Assignee: (unassigned) => Holger Brunn (Therp) (hbrunn)
--
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/1248068
Title:
[7.0][sale_mrp] sale order line never attached to procurement order
(WARNING:openerp.osv.orm:No such field(s) in model procurement.order:
sale_line_id)
Status in OpenERP Community Backports (Addons):
New
Status in OpenERP Community Backports (Addons) 7.0 series:
New
Status in OpenERP Addons (modules):
New
Bug description:
The hook introduced in http://bazaar.launchpad.net/~openerp
/openobject-addons/7.0/revision/9455 writes to sale_line_id in
procurement.order, which is defined in project_mrp. So if we don't
have that module installed, nothing happens and our logs are flooded
with the error message above.
While the proper fix would be to move sale_line_id to project_mrp,
this conflict's with the no database scheme change policy, so I ask
myself how to fix that?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-addons/+bug/1248068/+subscriptions
Follow ups
References