openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #20447
[Bug 1071715] Re: Can't select bom_id in Procurement
[Expired for OpenERP Addons because there has been no activity for 60
days.]
** Changed in: openobject-addons
Status: Incomplete => Expired
--
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/1071715
Title:
Can't select bom_id in Procurement
Status in OpenERP Addons (modules):
Expired
Bug description:
Procurement view in MRP module doesn't work.... I can't select bom_id,
In addons/mrp/mrp_view.xml, line 960:
<xpath expr="/form/notebook/page/field[@name='move_id']" position="before">
<field name="bom_id" domain="[('product_id','=',product_id),('bom_id','=',False)]"/>
</xpath>
could be:
<xpath expr="/form/notebook/page/field[@name='move_id']" position="before">
<field name="bom_id" domain="[('product_id','=',product_id)]"/>
</xpath>
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1071715/+subscriptions
References