[MERGE] OPW 584152: stock: move history (traceability up/down) should be view only

bzr revid: xal@openerp.com-20130226091554-l6z5eoikk91i19q9
This commit is contained in:
Xavier ALT 2013-02-26 10:15:54 +01:00
commit 392492ef03
1 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@
<field name="model">stock.move</field>
<field name="field_parent">move_history_ids</field>
<field name="arch" type="xml">
<tree colors="grey:state == 'cancel'" string="Moves">
<tree colors="grey:state == 'cancel'" string="Moves" create="false">
<field name="product_id"/>
<field name="product_qty"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
@ -471,7 +471,7 @@
<field name="model">stock.move</field>
<field name="field_parent">move_history_ids2</field>
<field name="arch" type="xml">
<tree colors="grey:state == 'cancel'" string="Moves">
<tree colors="grey:state == 'cancel'" string="Moves" create="false">
<field name="product_id"/>
<field name="product_qty"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>