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

« back to all changes in this revision

Viewing changes to account_invoice_line_currency/view/account_invoice_line_view.xml

  • Committer: jose at vauxoo
  • Date: 2013-07-25 20:54:29 UTC
  • mfrom: (543.7.110 vaddons-70)
  • Revision ID: jose@vauxoo.com-20130725205429-tcrhjjc3og02uc0g
 
[MERGE] Merge from 7 Series to add the new features

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
        <record id="account_invoice_line_currency_tree" model="ir.ui.view">
 
5
            <field name="name">Account Invoice </field>
 
6
            <field name="model">account.invoice</field>
 
7
            <field name="inherit_id" ref="account.invoice_form"/>
 
8
            <field name="arch" type="xml">
 
9
                <xpath expr="//field[@name='price_subtotal']" position="after">
 
10
                    <field name="currency_id" readonly="1" />
 
11
                </xpath>
 
12
            </field>
 
13
        </record>
 
14
    </data>
 
15
</openerp>