[CHG] hide the stock reservation on the line's form

This commit is contained in:
Guewen Baconnier
2013-09-10 09:48:19 +02:00
parent 4e382dd9a9
commit 317fe782b2

View File

@@ -52,7 +52,7 @@
<xpath expr="//field[@name='order_line']/form//field[@name='type']" position="after">
<label for="reservation_ids" />
<div attrs="{'invisible': [('reservation_ids', '=', False)]}">
<field name="reservation_ids" readonly="1"
<field name="reservation_ids" invisible="1"
class="oe_inline"/>
<button name="update_stock_reservation"
string="update"