Browse Source

[imp] descr

pull/7/merge
Lorenzo Battistini 11 years ago
parent
commit
6f2bd45592
  1. 4
      account_financial_report_horizontal/__openerp__.py
  2. 4
      account_financial_report_horizontal/menu.xml

4
account_financial_report_horizontal/__openerp__.py

@ -27,8 +27,8 @@
"category": 'Accounting & Finance',
'complexity': "normal",
"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',
'images' : [],

4
account_financial_report_horizontal/menu.xml

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