[FIX] misc review point

This commit is contained in:
david.beal@akretion.com
2015-03-20 11:44:07 +01:00
parent 8b1cb52484
commit b1b3c624e4
2 changed files with 3 additions and 17 deletions

View File

@@ -19,6 +19,4 @@
# #
############################################################################### ###############################################################################
from . import ( from . import workcenter
workcenter,
)

View File

@@ -36,9 +36,8 @@
MRP Workcenter Group MRP Workcenter Group
==================== ====================
* Add a new model: Workcenter Groups * Add Workcenter Groups to apply some behavior to several Workcenters at once
* Add a many2one field 'Group' in workcenter view form based on this model * Define a new 'Group by' entry named 'Group' in Workcenter search view
* Define a new 'Group by' entry named 'Group' in search view
Configuration Configuration
============= =============
@@ -56,11 +55,6 @@ To use this module, you need to go to:
* Manufacturing > Configuration > Workcenter Groups * Manufacturing > Configuration > Workcenter Groups
For further information, please visit:
* https://www.odoo.com/forum/help-1
Credits Credits
======= =======
@@ -85,17 +79,11 @@ whose mission is to support the collaborative development of Odoo features
and promote its widespread use. and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org. To contribute to this module, please visit http://odoo-community.org.
""", """,
'website': 'http://www.akretion.com/', 'website': 'http://www.akretion.com/',
'data': [ 'data': [
'workcenter_view.xml', 'workcenter_view.xml',
], ],
'demo': [
],
'external_dependencies': {
'python': [],
},
'license': 'AGPL-3', 'license': 'AGPL-3',
'tests': [], 'tests': [],
'installable': True, 'installable': True,