~argilsoft/+junk/mexico-70

« back to all changes in this revision

Viewing changes to invoice_report/invoice_report.xml

  • Committer: Israel Cruz Argil
  • Date: 2013-02-16 00:45:44 UTC
  • Revision ID: israel.cruz@hesatecnica.com-20130216004544-gc1gwon7509x5uyn
Initial Importing...

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
 
 
5
        <!--No mostrar el reporte, en el modelo-->
 
6
        <report id="invoice_report1"
 
7
            string="Report invoce V1"
 
8
            model="res.partner"
 
9
            name="invoice.report1"
 
10
            auto="True"
 
11
            menu="False"
 
12
            rml="invoice_report/report/invoice_report1.rml"
 
13
            header="False"
 
14
        />
 
15
         <report id="invoice_report_pagos"
 
16
            string="Report payment V2"
 
17
            model="res.partner"
 
18
            name="invoice.report.pagos"
 
19
            auto="True"
 
20
            menu="False"
 
21
            rml="invoice_report/report/payment_report2.rml"
 
22
            header="False"
 
23
        />
 
24
 
 
25
    </data>
 
26
</openerp>