mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] misc review point
This commit is contained in:
@@ -19,6 +19,4 @@
|
|||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
from . import (
|
from . import workcenter
|
||||||
workcenter,
|
|
||||||
)
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user