~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to split_invoice_button/security/split_invoice_security.xml

  • Committer: Tulio Ruiz
  • Date: 2012-02-27 17:31:56 UTC
  • mto: This revision was merged to the branch mainline in revision 130.
  • Revision ID: tulio@vauxoo.com-20120227173156-tv919y7nevf0kbpm
[ADD] Agregado addon que permite ver todas las facturas que se generan al hacer un split

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
                <record id="group_account_split_invoice_button_manager" model="res.groups">
 
5
                        <field name="name">Split Search Button / Manager</field>
 
6
                </record>
 
7
        </data>
 
8
</openerp>