~vauxoo/addons-vauxoo/7.0-project_issue_conf-dev_luis

« back to all changes in this revision

Viewing changes to invoice_print_multicompany/view/invoice_view.xml

 
[MERGE] Merge to add all changes in trunk series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
 
1
<?xml version='1.0' encoding='utf-8'?>
2
2
<openerp>
3
3
    <data>
4
4
        <record model="ir.ui.view" id="view_sale_order_form_inherit">
5
5
            <field name="name">account.invoice.form.report</field>
6
6
            <field name="model">account.invoice</field>
7
 
            <field name="type">form</field>
8
7
            <field name="inherit_id" ref="account.invoice_form"/>
9
8
            <field name="arch" type="xml">
10
9
                <xpath expr="//button[@string='Print Invoice']" position="replace">
13
12
            </field>
14
13
        </record>
15
14
    </data>
16
 
</openerp>
 
15
</openerp>
 
 
b'\\ No newline at end of file'