trytond-stock_lot_quantity/view/move_form.xml

9 lines
324 B
XML
Raw Normal View History

2016-06-29 10:01:31 +02:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='lot']" position="replace_attributes">
<field name="lot" view_ids="stock_lot_quantity.lot_view_list_qty"/>
</xpath>
</data>