trytond-stock_move_extra_pr.../view/bom_input_extra_product_for...

15 lines
505 B
XML

<?xml version="1.0"?>
<!-- This file is part of the stock_move_extra_products_supply module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Extra products">
<label name="bom_input"/>
<field name="bom_input" colspan="3"/>
<label name="product"/>
<field name="product" colspan="3"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="uom"/>
<field name="uom"/>
</form>