trytond-stock_lot_location_.../view/stock_lot_location_open_for...

13 lines
461 B
XML

<?xml version="1.0"?>
<!-- This file is part stock_lot_quantity_location module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<form string="Lot Quantity in locations" col="6">
<label name="forecast_date"/>
<field name="forecast_date"/>
<label name="product"/>
<field name="product"/>
<label name="lot"/>
<field name="lot"/>
<field name="quantities" colspan="6"/>
</form>