← Back to team overview

openerp-india team mailing list archive

[Bug 1071715] [NEW] Can't select bom_id in procuremente

 

Public bug reported:

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>

** 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/1071715

Title:
  Can't select bom_id in procuremente

Status in OpenERP Addons (modules):
  New

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


Follow ups

References