21 lines
737 B
XML
Executable file
21 lines
737 B
XML
Executable file
<?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="without_balance"/>
|
|
<field name="without_balance"/>
|
|
<label name="start_date"/>
|
|
<field name="start_date"/>
|
|
<label name="end_date"/>
|
|
<field name="end_date"/>
|
|
<label name="detailed"/>
|
|
<field name="detailed"/>
|
|
<label name="account_move"/>
|
|
<field name="account_move"/>
|
|
<label name="analytic_account_root"/>
|
|
<field name="analytic_account_root"/>
|
|
<label name="analytic_account"/>
|
|
<field name="analytic_account"/>
|
|
</form>
|