25 lines
844 B
XML
Executable file
25 lines
844 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="fiscalyear"/>
|
|
<field name="fiscalyear"/>
|
|
<label name="company"/>
|
|
<field name="company"/>
|
|
<label name="start_period"/>
|
|
<field name="start_period"/>
|
|
<label name="end_period"/>
|
|
<field name="end_period"/>
|
|
<label name="posted"/>
|
|
<field name="posted"/>
|
|
<label name="without_balance"/>
|
|
<field name="without_balance"/>
|
|
<label name="detailed"/>
|
|
<field name="detailed"/>
|
|
<label name="analytic_lines"/>
|
|
<field name="analytic_lines"/>
|
|
<label name="analytic_account_root"/>
|
|
<field name="analytic_account_root"/>
|
|
<label name="analytic_account"/>
|
|
<field name="analytic_account"/>
|
|
</form>
|