bemade-addons/bemade_stock_quant_valuation/views/stock_account_views.xml

19 lines
No EOL
921 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<data>
<record id="view_stock_quant_tree_inventory_editable_inherit_bemade_stock_quant_valuation" model="ir.ui.view">
<field name="name">stock.quant.inventory.tree.editable.inherit</field>
<field name="model">stock.quant</field>
<field name="inherit_id" ref="stock.view_stock_quant_tree_inventory_editable"></field>
<field name="arch" type="xml">
<xpath expr="//field[@name='product_uom_id']" position="after">
<field name="value_unit" optional="show"/>
<field name="value" optional="hide"/>
</xpath>
<xpath expr="//field[@name='inventory_diff_quantity']" position="after">
<field name="value_difference" optional="show"/>
</xpath>
</field>
</record>
</data>
</odoo>