trytond-stock_external_rece.../view/stock_external_reception_line_form.xml

18 lines
602 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 string="External Reception Line">
<label name="reception"/>
<field name="reception" colspan="3"/>
<separator name="description" colspan="4"/>
<field name="description" colspan="4"/>
<label name="quantity"/>
<field name="quantity"/>
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
<label name="product"/>
<field name="product"/>
<label name="unit"/>
<field name="unit"/>
</form>