trytond-stock_lot_fifo/view/template_form.xml
José Miguel Pardo Salar f44f06a3ee Added lot_force_assign field to product.
This commit refs #19304
2021-07-19 14:34:17 +02:00

11 lines
407 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@name='lot_required']/label[@name='lot_required']" position="before">
<label name="lot_force_assign"/>
<field name="lot_force_assign"/>
<newline/>
</xpath>
</data>