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.
37 lines
1.4 KiB
37 lines
1.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
<!--
|
|
the only reason for defining these entries is to include
|
|
the rml files in the module's translations
|
|
-->
|
|
<report id="account_profit_loss"
|
|
string="Profit and Loss"
|
|
model="account.account"
|
|
name="account.profit_loss"
|
|
rml="account_report_alt/report/account_profit_loss.rml"
|
|
auto="False"
|
|
menu="False"/>
|
|
<report id="account_profit_loss_horizontal"
|
|
string="Profit and Loss Horizontal"
|
|
model="account.account"
|
|
name="account.profit_horizontal"
|
|
rml="account_report_alt/report/account_profit_horizontal.rml"
|
|
auto="False"
|
|
menu="False"/>
|
|
<report id="account_balance_sheet"
|
|
string="Balance Sheet"
|
|
model="account.account"
|
|
name="account.balancesheet"
|
|
rml="account_report_alt/report/account_balance_sheet.rml"
|
|
auto="False"
|
|
menu="False"/>
|
|
<report id="account_balance_sheet_horizontal"
|
|
string="Balance Sheet Horizontal"
|
|
model="account.account"
|
|
name="account.balancesheet.horizontal"
|
|
rml="account_report_alt/report/account_balance_sheet_horizontal.rml"
|
|
auto="False"
|
|
menu="False"/>
|
|
</data>
|
|
</openerp>
|