Skip to content

Commit

Permalink
Merge pull request #1095 from Daniel-CA/mrp_lot_reserve
Browse files Browse the repository at this point in the history
[FIX] mrp_lot_reserve: Lot_id required domain disabled to allow produ…
  • Loading branch information
pedrobaeza committed Dec 9, 2015
2 parents d033f83 + 05c39a8 commit a02774a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mrp_lot_reserve/views/mrp_production_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,15 @@
</xpath>
</field>
</record>
<record id="view_mrp_product_produce_wizard" model="ir.ui.view">
<field name="name">MRP Product Produce</field>
<field name="model">mrp.product.produce</field>
<field name="inherit_id" ref="mrp.view_mrp_product_produce_wizard" />
<field name="arch" type="xml">
<xpath expr="//group[@string='Produce']//field[@name='lot_id']" position="attributes">
<attribute name="attrs">{}</attribute>
</xpath>
</field>
</record>
</data>
</openerp>

0 comments on commit a02774a

Please sign in to comment.