diff --git a/mrp_operations_extension/README.rst b/mrp_operations_extension/README.rst index 2ef8f8b32..56cd686c0 100644 --- a/mrp_operations_extension/README.rst +++ b/mrp_operations_extension/README.rst @@ -10,3 +10,16 @@ This module adds: Controls the availability of material in operations, and controls operation start with respect to previous. + + +Credits +======= + +Contributors +------------ + +* Daniel Campos +* Mikel Arregi +* Oihane Crucelaegui +* Pedro M. Baeza +* Ana Juaristi diff --git a/mrp_operations_extension/__openerp__.py b/mrp_operations_extension/__openerp__.py index 717087855..87678c1fa 100644 --- a/mrp_operations_extension/__openerp__.py +++ b/mrp_operations_extension/__openerp__.py @@ -21,8 +21,8 @@ "name": "MRP Operations Extension", "version": "1.0", "category": "Manufacturing", - "author": "OdooMRP team," - "AvanzOSC," + "author": "OdooMRP team, " + "AvanzOSC, " "Serv. Tecnol. Avanzados - Pedro M. Baeza", "website": "http://www.odoomrp.com", "contributors": [ @@ -30,7 +30,7 @@ "Mikel Arregi ", "Oihane Crucelaegui ", "Pedro M. Baeza ", - "Ana Juaristi ", + "Ana Juaristi ", ], "depends": [ "mrp_operations", @@ -50,5 +50,9 @@ "security/ir.model.access.csv", "security/mrp_operations_extension_security.xml", ], + "demo": [ + "demo/mrp_bom_demo.xml", + "demo/mrp_routing_demo.xml", + ], "installable": True } diff --git a/mrp_operations_extension/demo/mrp_bom_demo.xml b/mrp_operations_extension/demo/mrp_bom_demo.xml new file mode 100644 index 000000000..a0e3183f4 --- /dev/null +++ b/mrp_operations_extension/demo/mrp_bom_demo.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mrp_operations_extension/demo/mrp_routing_demo.xml b/mrp_operations_extension/demo/mrp_routing_demo.xml new file mode 100644 index 000000000..9f904c94f --- /dev/null +++ b/mrp_operations_extension/demo/mrp_routing_demo.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/mrp_operations_extension/views/mrp_routing_view.xml b/mrp_operations_extension/views/mrp_routing_view.xml index 8126a57f4..6229226d8 100644 --- a/mrp_operations_extension/views/mrp_routing_view.xml +++ b/mrp_operations_extension/views/mrp_routing_view.xml @@ -44,18 +44,18 @@ {'invisible': [('op_wc_lines', '!=', [])]} - + + + + 1 1 - - -