-trytond-company_subdivisio.../view/report_company_subdivision_form.xml
2015-01-09 11:12:52 +01:00

14 lines
488 B
XML

<?xml version="1.0"?>
<!-- This file is part company_subdivision_report module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<form string="Company Subdivision Report">
<label name="subdivision"/>
<field name="subdivision"/>
<label name="directory"/>
<field name="directory"/>
<label name="active"/>
<field name="active"/>
<label name="report"/>
<field name="report"/>
</form>