~willowit-openerp-team/willowit-openerp-addons/development

« back to all changes in this revision

Viewing changes to base_report_designer/base_report_data.xml

  • Committer: Deepak Seshadri
  • Date: 2011-04-04 07:04:07 UTC
  • Revision ID: deepak@willowit.com.au-20110404070407-8j9mnxzzgh53o24t
Remove irrelevant modules from this branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<openerp>
3
 
        <data noupdate="1">
4
 
                <record id="res_groups_openofficereportdesigner0" model="res.groups">
5
 
                        <field eval="[(6,0,[])]" name="menu_access"/>
6
 
                        <field eval="[(6,0,[])]" name="rule_groups"/>
7
 
                        <field eval="[(6,0,[ref('base.user_root')])]" name="users"/>
8
 
                        <field eval="&quot;&quot;&quot;OpenOfficeReportDesigner&quot;&quot;&quot;" name="name"/>
9
 
                </record>
10
 
       <record id="ir_model_access_openofficereportdesigner0" model="ir.model.access">
11
 
           <field name="model_id" ref="base.model_ir_actions_report_xml"/>
12
 
           <field eval="1" name="perm_read"/>
13
 
           <field eval="&quot;&quot;&quot;OpenOfficeReportDesigner&quot;&quot;&quot;" name="name"/>
14
 
           <field eval="1" name="perm_unlink"/>
15
 
           <field eval="1" name="perm_write"/>
16
 
           <field eval="1" name="perm_create"/>
17
 
           <field name="group_id" ref="res_groups_openofficereportdesigner0"/>
18
 
       </record>
19
 
        </data>
20
 
 
21
 
</openerp>