You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<report
|
|
auto="False"
|
|
id="1_col_report"
|
|
menu="True"
|
|
model="wizard.report"
|
|
name="afr.1cols"
|
|
rml="account_financial_report/report/balance_full.rml"
|
|
string="Balance de Comprobacion Wizard"
|
|
header="False"
|
|
/>
|
|
|
|
<report
|
|
auto="False"
|
|
id="2_col_report"
|
|
menu="True"
|
|
model="wizard.report"
|
|
name="afr.2cols"
|
|
rml="account_financial_report/report/balance_full_2_cols.rml"
|
|
string="Balance de Comprobacion Wizard 2 Columnas"
|
|
header="False"
|
|
/>
|
|
|
|
<report
|
|
auto="False"
|
|
id="4_col_report"
|
|
menu="True"
|
|
model="wizard.report"
|
|
name="afr.4cols"
|
|
rml="account_financial_report/report/balance_full_4_cols.rml"
|
|
string="Balance de Comprobacion Wizard 4 Columnas"
|
|
header="False"
|
|
/>
|
|
</data>
|
|
</openerp>
|