Files
manufacture/mrp_operations_extension/security/mrp_operations_extension_security.xml
oihane d6f8905bea [FIX+IMP] mrp_operations_extension
IMP: Deleting workers info and new module <mrp_workcenter_workers_operations>
IMP: Adding fields in base modules, extension updates onchange
IMP: Changes in views and field names
REM: Deleted <mrp_workcenter_workers> module
IMP: Configuration part added
2015-12-04 18:41:25 +01:00

10 lines
311 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data noupdate="0">
<record id="group_mrp_workers" model="res.groups">
<field name="name">Manufacturing Operators</field>
<field name="category_id" ref="base.module_category_hidden" />
</record>
</data>
</openerp>