Browse Source

[IMP] Adding README.rst in account_chart_report

pull/54/head
Guillaume Auger 10 years ago
parent
commit
16f5bf995f
  1. 14
      account_chart_report/README.rst
  2. 14
      account_chart_report/__openerp__.py

14
account_chart_report/README.rst

@ -0,0 +1,14 @@
Print chart of accounts.
This module add the menu Accounting \ Charts \ Print chart of Accounts
and allow to print the selected chart of accounts.
This module is based on the old RML engine report.
Contributors
------------
* Marc Cassuto (marc.cassuto@savoirfairelinux.com)
* Mathieu Benoit (mathieu.benoit@savoirfairelinux.com)
* Guillaume Auger (guillaume.auger@savoirfairelinux.com)

14
account_chart_report/__openerp__.py

@ -25,20 +25,6 @@
'name': 'Print chart of accounts',
'version': '1.0',
'category': 'Reports/pdf',
'description': """Print chart of accounts.
This module add the menu Accounting \ ChartsPrint chart of Accounts
and allow to print the selected chart of accounts.
This module is based on the old RML engine report.
Contributors
------------
* Marc Cassuto (marc.cassuto@savoirfairelinux.com)
* Mathieu Benoit (mathieu.benoit@savoirfairelinux.com)
* Guillaume Auger (guillaume.auger@savoirfairelinux.com)
""",
'author': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'depends': [

Loading…
Cancel
Save