From 4a55f36be9902081808bdfabfbbdb111b03d6408 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 19 Nov 2014 11:00:54 +0100 Subject: [PATCH] Extract the description in README.rst --- account_journal_report_xls/README.rst | 14 ++++++++++++++ account_journal_report_xls/__openerp__.py | 17 ----------------- 2 files changed, 14 insertions(+), 17 deletions(-) create mode 100644 account_journal_report_xls/README.rst diff --git a/account_journal_report_xls/README.rst b/account_journal_report_xls/README.rst new file mode 100644 index 00000000..94b8b750 --- /dev/null +++ b/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 diff --git a/account_journal_report_xls/__openerp__.py b/account_journal_report_xls/__openerp__.py index 1ecce0c2..4355f87c 100644 --- a/account_journal_report_xls/__openerp__.py +++ b/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',