~camptocamp/magentoerpconnect/oerp6.1-oldstable-stock-config-1070726

« back to all changes in this revision

Viewing changes to magentoerpconnect_payment/invoice_view.xml

[MRG] from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record model="ir.ui.view" id="invoice_form_magento_invoice">
 
5
            <field name="name">account.invoice.form.magento.invoice</field>
 
6
            <field name="model">account.invoice</field>
 
7
            <field name="inherit_id" ref="account.invoice_form" />
 
8
            <field name="type">form</field>
 
9
            <field name="arch" type="xml">
 
10
                <field name="move_id" position="after">
 
11
                    <field name="magento_ref"/>
 
12
                </field>
 
13
            </field>
 
14
        </record>
 
15
 
 
16
    </data>
 
17
</openerp>