~vauxoo/addons-vauxoo/validate_type_line_invoice_dev_luis

« back to all changes in this revision

Viewing changes to transaction_type/security/transaction_type.xml

  • Committer: Jose Antonio
  • Date: 2012-04-16 22:08:56 UTC
  • mto: This revision was merged to the branch mainline in revision 211.
  • Revision ID: jose@vauxoo.com-20120416220856-tw802nfqc3c29m78

[ADD] Module add to transation type create

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_transaction_type_user" model="res.groups">
 
6
        <field name="name">Transaction Type / User</field>
 
7
    </record>
 
8
    
 
9
 
 
10
    <record id="group_transaction_type_manager" model="res.groups">
 
11
        <field name="name">Transaction Type / Manager</field>
 
12
    </record>
 
13
 
 
14
 
 
15
 
 
16
</data>
 
17
</openerp>