~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to account_invoice_payment_term/report.xml

  • Committer: ced
  • Date: 2007-12-10 09:42:30 UTC
  • Revision ID: ced-9ddce29041eaeb3e978f7dcb2e73bc869156cd36
New module that put payment line in the invoice report

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<terp>
 
3
        <data>
 
4
                <report id="account.account_invoices"
 
5
                        string="Invoices"
 
6
                        model="account.invoice"
 
7
                        name="account.invoice.payment.term"
 
8
                        rml="account_invoice_payment_term/report/invoice.rml"
 
9
                        auto="False"/>
 
10
        </data>
 
11
</terp>