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.
 
 
 
 

33 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data >
<report
id="account_balance_full"
string="General account balance"
model="account.account"
name="account.account.balance.gene"
rml="l10n_co_account_financial_report/report/balance_full.rml"
header="False"
auto="False"
menu="False"/>
<report
id="account_balance_full_4_cols"
string="General account balance Four Columns"
model="account.account"
name="account.account.balance.gene.4"
rml="l10n_co_account_financial_report/report/balance_full_4_cols.rml"
header="False"
auto="False"
menu="False"/>
<report
id="account_balance_full_2_cols"
string="General account balance Two Columns"
model="account.account"
name="account.account.balance.gene.2"
rml="l10n_co_account_financial_report/report/balance_full_2_cols.rml"
header="False"
auto="False"
menu="False"/>
</data>
</openerp>