Browse Source

[IMP] README.rst

and remove obsolete file
pull/77/head
Holger Brunn 9 years ago
parent
commit
37f409e0c7
  1. 2
      account_financial_report_horizontal/README.rst
  2. 23
      account_financial_report_horizontal/views/account_report.xml

2
account_financial_report_horizontal/README.rst

@ -4,7 +4,7 @@
Accounting Financial Reports Horizontal
=======================================
This is a rewrite of the financial reports 'Balance sheet' and 'Profit and Loss' from OpenERP 6.0 in Odoo 8.0.
This addon provides a balance sheet and profit and loss report in landscape mode with assets to the left and liabilities to the right as is common in Italy and the Netherlands.
Usage
=====

23
account_financial_report_horizontal/views/account_report.xml

@ -1,23 +0,0 @@
<?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_horizontal"
string="Profit and Loss Horizontal"
model="account.account"
name="account.profit_horizontal"
rml="account_financial_report_horizontal/report/account_profit_horizontal.rml"
auto="False"
menu="False"/>
<report id="account_balance_sheet_horizontal"
string="Balance Sheet Horizontal"
model="account.account"
name="account.balancesheet.horizontal"
rml="account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml"
auto="False"
menu="False"/>
</data>
</openerp>
Loading…
Cancel
Save