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', ],