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

« back to all changes in this revision

Viewing changes to cci_security/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
        <!-- Users groups -->
 
5
        <record model="res.groups" id="group_cci_budget_user">
 
6
                <field name="name">CCI Budget User</field>
 
7
        </record>
 
8
        <record model="res.groups" id="group_cci_budget_manager">
 
9
                <field name="name">CCI Budget Manager</field>
 
10
        </record>
 
11
        <record model="res.groups" id="group_quality_manager">
 
12
                <field name="name">CCI Quality Manager</field>
 
13
        </record>
 
14
        <record model="res.groups" id="group_cci_monthly_bill">
 
15
                <field name="name">CCI Monthly Billing</field>
 
16
        </record>
 
17
        <record model="res.groups" id="group_cci_bill_draft">
 
18
                <field name="name">CCI Draft Billing</field>
 
19
        </record>
 
20
        <record model="res.groups" id="group_cci_quick_bill">
 
21
                <field name="name">CCI Direct Billing</field>
 
22
        </record>
 
23
        
 
24
        <!-- Set accesses to menu 
 
25
        <record model="ir.ui.menu" id="menu_translation_root">
 
26
                <field name="groups_id" eval="[(6,0, [ref('group_cci_translation_user'),ref('group_cci_translation_manager')])]"/>
 
27
        </record>
 
28
-->
 
29
</data>
 
30
</openerp>
 
31