~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to cci_partner/security/security.xml

account_indian is a branch of the trunk addons
make account_indian up to date with the trunk-extra-addons

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
<data>
 
4
 
 
5
        <!--
 
6
 Users Groups
 
7
-->
 
8
    <record model="res.groups" id="group_partner_supervisor">
 
9
        <field name="name">Partner Controler</field>
 
10
    </record>
 
11
    
 
12
 
 
13
</data>
 
14
</openerp>
 
15