~account-core-editors/account-invoice-report/github-7.0

« back to all changes in this revision

Viewing changes to account_invoice_delivery_address/report/account_print_invoice.xml

  • Committer: Yannick Vaucher
  • Author(s): unknown
  • Date: 2014-06-30 12:35:11 UTC
  • mfrom: (49.2.1)
  • Revision ID: git-v1:d1ef0ed59caa496aa1c8351b19f84654831231c9
[ADD] module account_invoice_delivery_address
Adds delivery address / shipping address to invoice.

Delivery address can be entered directly, or will be taken from partner or sales order.

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
        <!-- Unfortunately only a full replace of the rml is possible at this time -->
 
6
        <record                                                                   
 
7
            id="account.account_invoices"                                         
 
8
            model="ir.actions.report.xml">                                        
 
9
            <field name="report_rml"
 
10
                >account_invoice_delivery_address/report/account_print_invoice.rml</field>
 
11
        </record> 
 
12
    </data>
 
13
</openerp>