[IMP] Move description to README.rst

This commit is contained in:
Ondřej Kuzník
2015-05-13 19:20:33 +01:00
parent fb09dc050a
commit c681fc12a9
2 changed files with 48 additions and 20 deletions

View File

@@ -0,0 +1,48 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
Product Warranty
================
Extends the product warranty management with warranty details on product /
supplier relation:
* supplier warranty duration
* Set default return address for company (if different from standard one)
* Whether to return product to company, supplier, other
Usage
=====
The new information is not explicitly used by the system until you install
another module that makes use of it, e.g. RMA Claim (Product Return
Management).
Credits
=======
Contributors
------------
* Emmanuel Samyn <esamyn@gmail.com>
* Paulius Sladkevičius <paulius@inovera.lt>
* Benoît Guillot <benoit.guillot@akretion.com.br>
* David Beal <david.beal@akretion.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Joël Grand-Guillaume <joel.grandguillaume@gmail.com>
* Ondřej Kuzník <ondrej.kuznik@credativ.co.uk>
Maintainer
----------
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.

View File

@@ -22,22 +22,6 @@
'name': 'Product warranty',
'version': '1.0',
'category': 'Generic Modules/Product',
'description': """
Product Warranty
================
Extend the product warranty management with warranty details on product /
supplier relation:
* supplier warranty duration
* Set default return address for company (if different from standard one)
* return product to company, supplier, other
Those informations are used in the RMA Claim (Product Return Management)
module.
""",
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://akretion.com',
'license': 'AGPL-3',
@@ -50,9 +34,5 @@ module.
'demo_xml': [],
'test': [],
'installable': True,
'active': False,
'certificate': '',
'images': ['images/product_warranty.png'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: