attribute_security.xml 302 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">

    <record id="base.group_advanced_attribute" model="res.groups">
        <field name="name">Advanced Attribute Option</field>
        <field name="category_id" ref="base.module_category_hidden"/>
    </record>

</data>
</openerp>