Extract the description in README.rst
parent
e8bfbef0f0
commit
4a55f36be9
|
@ -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
|
|
@ -26,23 +26,6 @@
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': 'Noviat',
|
'author': 'Noviat',
|
||||||
'category': 'Accounting & Finance',
|
'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': [
|
'depends': [
|
||||||
'account_voucher',
|
'account_voucher',
|
||||||
'report_xls',
|
'report_xls',
|
||||||
|
|
Loading…
Reference in New Issue