improve descriptor

This commit is contained in:
Yannick Vaucher
2014-09-01 19:55:01 +02:00
committed by Alexandre Fayolle
parent d72c566b8d
commit b4fe3059d9

View File

@@ -19,7 +19,8 @@
#
##############################################################################
{'name': 'Stock Reserve',
{'name': 'Stock Reservation',
'summary': 'Stock reservations on products',
'version': '0.1',
'author': 'Camptocamp',
'category': 'Warehouse',
@@ -28,8 +29,8 @@
'images': [],
'website': "http://www.camptocamp.com",
'description': """
Stock Reserve
=============
Stock Reservation
=================
Allows to create stock reservations on products.
@@ -42,6 +43,12 @@ stock below the minimum, the orderpoint will be triggered and new
purchase orders will be generated. It also implies that the max may be
exceeded if the reservations are canceled.
Contributors
------------
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
""",
'depends': ['stock',
],