Browse Source

[imp] descr

pull/689/head
Lorenzo Battistini 11 years ago
committed by Nikos Tsirintanis
parent
commit
1cc326026c
  1. 4
      account_financial_report_horizontal/__openerp__.py
  2. 2
      account_financial_report_horizontal/menu.xml

4
account_financial_report_horizontal/__openerp__.py

@ -27,8 +27,8 @@
"category": 'Accounting & Finance', "category": 'Accounting & Finance',
'complexity': "normal", 'complexity': "normal",
"description": """ "description": """
This is a port of the financial reports 'Balance sheet' and
'Profit and Loss' from OpenERP 6.0 to OpenERP 6.1
This is a port of the horizontal financial reports 'Balance sheet' and
'Profit and Loss' from OpenERP 6.1 to OpenERP 7.0
""", """,
'website': 'http://therp.nl', 'website': 'http://therp.nl',
'images' : [], 'images' : [],

2
account_financial_report_horizontal/menu.xml

@ -4,6 +4,6 @@
<menuitem <menuitem
parent="account.menu_finance_legal_statement" parent="account.menu_finance_legal_statement"
id="final_accounting_reports" id="final_accounting_reports"
name="Alt. Accounting Reports"/>
name="Horizontal Financial Reports"/>
</data> </data>
</openerp> </openerp>
Loading…
Cancel
Save