← Back to team overview

openerp-india team mailing list archive

[Bug 1071715] Re: Can't select bom_id in Procurement

 

Hello Angel,

I have checked this on latest trunk runbot and its working fine.

So would you please check it again and notify us.

Thanks and waiting for your reply!

** Summary changed:

- Can't select bom_id in procuremente
+ Can't select bom_id in Procurement

** Changed in: openobject-addons
       Status: New => Incomplete

-- 
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):
  Incomplete

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