~akretion-team/+junk/akretion_customer

« back to all changes in this revision

Viewing changes to akretion_customer/security/project_security.xml

  • Committer: Florian da Costa
  • Date: 2014-05-06 14:20:37 UTC
  • Revision ID: florian.dacosta@akretion.com.br-20140506142037-x0ocjd1os197vkji
[ADD] First commit

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="1">
 
4
 
 
5
    <record id="group_customer_access" model="res.groups">
 
6
        <field name="name">Customer Access</field>
 
7
    </record>
 
8
 
 
9
</data>
 
10
</openerp>