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

« back to all changes in this revision

Viewing changes to nan_product_bulk/security/nan_product_bulk_security.xml

  • Committer: Albert Cervera i Areny
  • Date: 2011-03-06 23:27:11 UTC
  • Revision ID: albert@nan-tic.com-20110306232711-vnnpmlkq9oqv0pou
[ADD] nan_product_bulk: Add new nan_product_bulk module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data noupdate="0">
 
4
 
 
5
        <record id="res_groups_pemanager" model="res.groups">
 
6
            <field name="name">NaN Product Bulk / Settings_Manager</field>
 
7
        </record>
 
8
 
 
9
        <record id="res_groups_peusersi" model="res.groups">
 
10
            <field name="name">NaN Product Bulk / Internal_users</field>
 
11
        </record>
 
12
 
 
13
        <record id="res_groups_peuserse" model="res.groups">
 
14
            <field name="name">NaN Product Bulk / External_users</field>
 
15
        </record>
 
16
 
 
17
    </data>
 
18
</openerp>