mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: Better README + category
This commit is contained in:
@@ -21,9 +21,20 @@ To use this module, you need to:
|
|||||||
|
|
||||||
#. Go to Sales -> Contracts and select or create a new contract.
|
#. Go to Sales -> Contracts and select or create a new contract.
|
||||||
#. Check *Generate recurring invoices automatically*.
|
#. Check *Generate recurring invoices automatically*.
|
||||||
#. Fill fields and add new lines. You have the possibility to use markers in
|
#. Fill fields for selecting the recurrency and invoice parameters:
|
||||||
the description field to show the start and end date of the invoiced period.
|
* Journal
|
||||||
#. A cron is created with daily interval, but if you are in debug mode can
|
* 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 on *Create invoices* to force this action.
|
||||||
#. Click *Show recurring invoices* link to show all invoices created by the
|
#. Click *Show recurring invoices* link to show all invoices created by the
|
||||||
contract.
|
contract.
|
||||||
@@ -35,15 +46,15 @@ To use this module, you need to:
|
|||||||
Known issues / Roadmap
|
Known issues / Roadmap
|
||||||
======================
|
======================
|
||||||
|
|
||||||
* Recovery states and others functional fields in Contracts.
|
* Recover states and others functional fields in Contracts.
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/contract/issues>`_.
|
Bugs are tracked on `GitHub Issues
|
||||||
In case of trouble, please check there if your issue has already been reported.
|
<https://github.com/OCA/contract/issues>`_. In case of trouble, please
|
||||||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
|
check there if your issue has already been reported. If you spotted it first,
|
||||||
`here <https://github.com/OCA/contract/issues/new?body=module:%20contract%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
help us smashing it by providing a detailed and welcomed feedback.
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
=======
|
=======
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
'name': 'Contracts Management recurring',
|
'name': 'Contracts Management recurring',
|
||||||
'version': '9.0.1.0.0',
|
'version': '9.0.1.0.0',
|
||||||
'category': 'Other',
|
'category': 'Contract Management',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': "OpenERP SA,"
|
'author': "OpenERP SA,"
|
||||||
"Tecnativa,"
|
"Tecnativa,"
|
||||||
@@ -20,5 +20,4 @@
|
|||||||
'views/account_invoice_view.xml',
|
'views/account_invoice_view.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'images': [],
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user