trytonpsk-stock_co/view/warehouse_kardex_start_form...

17 lines
560 B
XML
Raw Normal View History

2021-12-29 17:41:02 +01:00
<?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="from_date"/>
<field name="from_date"/>
<label name="to_date"/>
<field name="to_date"/>
2023-10-24 21:58:28 +02:00
<label name="detail_by_product"/>
<field name="detail_by_product"/>
2022-02-07 23:48:18 +01:00
<field name="locations" colspan="4"/>
2021-12-29 17:41:02 +01:00
<field name="categories" colspan="4"/>
2023-10-24 21:58:28 +02:00
<field name="products" colspan="4"/>
2021-12-29 17:41:02 +01:00
</form>