Browse Source

Extract the description in README.rst

pull/28/head
Guewen Baconnier 10 years ago
parent
commit
4a55f36be9
  1. 14
      account_journal_report_xls/README.rst
  2. 17
      account_journal_report_xls/__openerp__.py

14
account_journal_report_xls/README.rst

@ -0,0 +1,14 @@
Journal Reports
===============
This module adds journal reports by period and by fiscal year with
* entries printed per move
* option to group entries with same general account & VAT case
* vat info per entry
* vat summary
These reports are available in PDF and XLS format.
This module depends upon the 'report_xls' module,
cf. https://github.com/OCA/reporting-engine

17
account_journal_report_xls/__openerp__.py

@ -26,23 +26,6 @@
'license': 'AGPL-3',
'author': 'Noviat',
'category': 'Accounting & Finance',
'description': """
Journal Reports
===============
This module adds journal reports by period and by fiscal year with
- entries printed per move
- option to group entries with same general account & VAT case
- vat info per entry
- vat summary
These reports are available in PDF and XLS format.
This module depends upon the 'report_xls' module,
cf. https://github.com/OCA/reporting-engine
""",
'depends': [
'account_voucher',
'report_xls',

Loading…
Cancel
Save