Skip to content

Commit

Permalink
[FIX] stock: inventory detail view.
Browse files Browse the repository at this point in the history
In the inventory form view, the stock move table into the inventory
adjustment tab shows useless
columns. This commit add inventory adjustment related columns only.

Task : 1857705
  • Loading branch information
Whenrow authored and sle-odoo committed Aug 13, 2018
1 parent d7b291a commit daec62a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions addons/stock/views/stock_inventory_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,15 @@
<field name="move_ids">
<tree decoration-muted="scrapped == True" string="Stock Moves">
<field name="product_id"/>
<field name="product_uom_qty"/>
<field name="product_uom" options="{'no_open': True, 'no_create': True}" string="Unit of Measure" groups="uom.group_uom"/>
<field name="picking_id" invisible="1" />
<field name="create_date" invisible="1" />
<field name="date_expected" invisible="1" />
<field name="scrapped" invisible="1"/>
<field name="location_id"/>
<field name="location_dest_id"/>
<field name="state"/>
<field name="state" invisible="1"/>
<field name="location_id" string="From"/>
<field name="location_dest_id" string="To"/>
<field name="quantity_done"/>
<field name="product_uom" options="{'no_open': True, 'no_create': True}" string="Unit of Measure" groups="uom.group_uom"/>
</tree>
</field>
</page>
Expand Down

0 comments on commit daec62a

Please sign in to comment.