trytonpsk-stock_co/view/warehouse_stock_detailed_view_form.xml
2022-04-18 13:15:11 -05:00

13 lines
388 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. -->
<form>
<label name="company"/>
<field name="company"/>
<label name="to_date"/>
<field name="to_date"/>
<label name="lot"/>
<field name="lot"/>
<field name="locations" colspan="4"/>
</form>