~zaber/openobject-addons/stable_5.0-extra-addons

« back to all changes in this revision

Viewing changes to cci_country/security/security.xml

  • Committer: qdp
  • Date: 2008-12-30 10:43:30 UTC
  • mto: (3387.2.2 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3388.
  • Revision ID: qdp@tinyerp.com-20081230104330-t2g445ca8byw2wz8
*added security files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
 
 
4
    
 
5
        <!-- Set accesses to menu -->
 
6
        <record model="ir.ui.menu" id="menu_cci_country">
 
7
                <field name="groups_id" eval="[(6,0, [ref('base.group_system')])]"/>
 
8
        </record>
 
9
 
 
10
</data>
 
11
</openerp>
 
12