Extract the description in README.rst

pull/28/head
Guewen Baconnier 2014-11-19 11:00:54 +01:00
parent e8bfbef0f0
commit 4a55f36be9
2 changed files with 14 additions and 17 deletions

View File

@ -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

View File

@ -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',