trytond-stock_external_rece.../view/stock_external_reception_line_form.xml
Albert Cervera i Areny 6dc7610ec8 Upgrade to Tryton 4.8
2018-10-29 00:54:10 +01:00

18 lines
569 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form>
<label name="reception"/>
<field name="reception" colspan="3"/>
<separator name="description" colspan="4"/>
<field name="description" colspan="4"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unit"/>
<field name="unit"/>
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
<label name="product"/>
<field name="product"/>
</form>