From 47b486f8a4173f711fc1ab4dc32c7963e6e81506 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 8 Sep 2016 16:26:43 +0200 Subject: [PATCH] [IMP] contract: Better README + category --- contract/README.rst | 27 +++++++++++++++++++-------- contract/__openerp__.py | 3 +-- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/contract/README.rst b/contract/README.rst index e369c2dc..fc7edb7d 100644 --- a/contract/README.rst +++ b/contract/README.rst @@ -21,9 +21,20 @@ To use this module, you need to: #. Go to Sales -> Contracts and select or create a new contract. #. Check *Generate recurring invoices automatically*. -#. Fill fields and add new lines. You have the possibility to use markers in - the description field to show the start and end date of the invoiced period. -#. A cron is created with daily interval, but if you are in debug mode can +#. Fill fields for selecting the recurrency and invoice parameters: + * Journal + * Pricelist + * Period. It can be any interval of days, weeks, months, months last day or + years. + * Start date and next invoice date. + * Invoicing type: pre-paid or post-paid. +#. Add the lines to be invoiced with the product, description, quantity and + price. +#. You have the possibility to use the markers #START# or #END# in the + description field to show the start and end date of the invoiced period. +#. Choosing between pre-paid and post-paid, you modify the dates that are shown + with the markers. +#. A cron is created with daily interval, but if you are in debug mode, you can click on *Create invoices* to force this action. #. Click *Show recurring invoices* link to show all invoices created by the contract. @@ -35,15 +46,15 @@ To use this module, you need to: Known issues / Roadmap ====================== -* Recovery states and others functional fields in Contracts. +* Recover states and others functional fields in Contracts. Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. Credits ======= diff --git a/contract/__openerp__.py b/contract/__openerp__.py index 76011715..bc9a51cb 100644 --- a/contract/__openerp__.py +++ b/contract/__openerp__.py @@ -6,7 +6,7 @@ { 'name': 'Contracts Management recurring', 'version': '9.0.1.0.0', - 'category': 'Other', + 'category': 'Contract Management', 'license': 'AGPL-3', 'author': "OpenERP SA," "Tecnativa," @@ -20,5 +20,4 @@ 'views/account_invoice_view.xml', ], 'installable': True, - 'images': [], }