mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
improve __openerp__.py
This commit is contained in:
committed by
Guewen Baconnier
parent
49369ed47c
commit
b24b719253
@@ -19,7 +19,8 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
{'name': 'Configuration of order point in mass',
|
||||
{'name': 'Order point creator',
|
||||
'summary': 'Configuration of order point in mass',
|
||||
'version': '1.0',
|
||||
'author': 'Camptocamp',
|
||||
'category': 'Warehouse',
|
||||
@@ -28,10 +29,23 @@
|
||||
'website': "http://www.camptocamp.com",
|
||||
'depends': ['procurement'],
|
||||
'description': """
|
||||
Add a wizard to configure massively order points for multiple product""",
|
||||
Order point creator
|
||||
===================
|
||||
|
||||
Add a wizard to configure massively order points for multiple product
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
|
||||
* Matthieu Dietrich <matthieu.dietrich@camptocamp.com>
|
||||
|
||||
""",
|
||||
'website': 'http://www.openerp.com',
|
||||
'demo': [],
|
||||
'data': ["wizard/orderpoint_creator_view.xml", "security/ir.model.access.csv"],
|
||||
'data': ["wizard/orderpoint_creator_view.xml",
|
||||
"security/ir.model.access.csv",
|
||||
],
|
||||
'test': [],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
|
||||
Reference in New Issue
Block a user