From b4fe3059d99d22c94a3c12254644ef36df593b89 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Mon, 1 Sep 2014 19:55:01 +0200 Subject: [PATCH] improve descriptor --- stock_reserve/__openerp__.py | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/stock_reserve/__openerp__.py b/stock_reserve/__openerp__.py index 61684f3c8..d1114f1fc 100644 --- a/stock_reserve/__openerp__.py +++ b/stock_reserve/__openerp__.py @@ -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 +* Yannick Vaucher + """, 'depends': ['stock', ],