~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to commission_payment/commission_report.xml

  • Committer: Miguel Delgado
  • Author(s): Vauxoo
  • Date: 2012-03-08 15:56:52 UTC
  • mto: (134.1.16 addons-vauxoo)
  • mto: This revision was merged to the branch mainline in revision 139.
  • Revision ID: miguel.delgado07@gmail.com-20120308155652-j4hgvzmuvxscaaty

[ADD] modulos referentes a las comisiones 

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
        <report
 
5
            id="report_commission_payment" 
 
6
            model="commission.payment" 
 
7
            name="commission.payment" 
 
8
            rml="commission_payment/report/comm_report.rml" 
 
9
            string="Reporte de Comisiones"
 
10
            auto="True" 
 
11
            menu="False" 
 
12
            header="False" />
 
13
    </data>
 
14
</openerp>