~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_field_access_rights/data/users.xml

  • Committer: mmu-openerp
  • Date: 2013-03-13 11:05:40 UTC
  • mfrom: (1349.29.95 button-wm)
  • mto: This revision was merged to the branch mainline in revision 1524.
  • Revision ID: mmu@openerp.com-20130313110540-gk589kzzzkw5ojro
[MERGE] uf-1652 button access rights

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<openerp>
3
 
        <data>
4
 
                <record model="res.users" id="msf_field_access_rights_field_access_rules_benchmark_user">
5
 
                        <field name="name">MSF Field Access Rules Benchmarker</field>
6
 
                        <field name="login">msf_field_access_rights_benchmarker</field>
7
 
                        <field name="username">MSF Field Access Rules Benchmarker</field>
8
 
                        <field name="password">benchmark_it</field>
9
 
                        <field name="groups_id" eval="[(6,0,[ref('base.group_erp_manager')])]"></field>
10
 
                </record>
11
 
        </data>
12
 
</openerp>
 
 
b'\\ No newline at end of file'