~openerp-spain-team/openerp-spain/6.1

« back to all changes in this revision

Viewing changes to nan_account_payment_report/payment_report.xml

  • Committer: Pedro M. Baeza
  • Date: 2013-01-21 18:30:53 UTC
  • mfrom: (334.2.1 6.1_out_of_scope)
  • Revision ID: pedro.baeza@serviciosbaeza.com-20130121183053-5b6f3rdeq1o4u1ps
[MERGE] Elimina varios módulos que no están en el sitio correcto.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<openerp>
3
 
<data>
4
 
        <!-- Replace standard report from account_payment module -->
5
 
        <report
6
 
                id="account_payment.payment_order1"
7
 
                string="Payment Order"
8
 
                model="payment.order"
9
 
                name="payment.order"
10
 
                rml="nan_account_payment_report/report/payment-order.jrxml"
11
 
        auto="False"
12
 
                />
13
 
</data>
14
 
</openerp>