mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
improve descriptor
This commit is contained in:
committed by
Alexandre Fayolle
parent
d72c566b8d
commit
b4fe3059d9
@@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user