~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to invoice_report_multicompany/invoice_report.xml

  • Committer: nhomar at vauxoo
  • Date: 2011-09-14 00:54:21 UTC
  • Revision ID: nhomar@vauxoo.com-20110914005421-hgla9f4xtyqirfgz
[ADD] Multicompany Invoice Report

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>
 
4
        <report header="True" auto="True" id="account.account_invoices" model="account.invoice" name="account.invoices.amd" rml="invoice_report_multicompany/report/account_print_invoice.rml" string="Invoices" attachment="(object.state in ('open','paid')) and ('INV'+(object.number or '').replace('/',''))" attachment_use="1" multi="True"/>
 
5
    </data>
 
6
</openerp>