diff --git a/addons/stock/views/stock_production_lot_views.xml b/addons/stock/views/stock_production_lot_views.xml index c1dae65752ecdfb2a3821401adf6610ee6028003..71ee20515e940ee5f956a0340d76038258509f35 100644 --- a/addons/stock/views/stock_production_lot_views.xml +++ b/addons/stock/views/stock_production_lot_views.xml @@ -50,10 +50,10 @@ <field name="name">stock.production.lot.tree</field> <field name="model">stock.production.lot</field> <field name="arch" type="xml"> - <tree string="Lots/Serial Numbers"> + <tree string="Lots/Serial Numbers" multi_edit="1"> <field name="name"/> <field name="ref" optional="show"/> - <field name="product_id"/> + <field name="product_id" readonly="1"/> <field name="create_date" optional="show"/> <field name="company_id" groups="base.group_multi_company"/> </tree>