Change the name of the module in __openerp__.py

This commit is contained in:
Guewen Baconnier
2014-09-15 14:21:13 +02:00
parent 9d3b42d6fd
commit 80ea795ed0

View File

@@ -19,7 +19,7 @@
#
##############################################################################
{'name': 'Order point creator',
{'name': 'Order point generator',
'summary': 'Configuration of order point in mass',
'version': '1.0',
'author': 'Camptocamp',
@@ -29,10 +29,10 @@
'website': "http://www.camptocamp.com",
'depends': ['procurement'],
'description': """
Order point creator
===================
Order point generator
=====================
Add a wizard to configure massively order points for multiple product
Add a wizard to configure massively order points for multiple products.
Contributors
------------