~agilebg/openobject-italia/7.0-bug-1284569-hurrinico

« back to all changes in this revision

Viewing changes to l10n_it_bill_of_entry/company_view.xml

[ADD] l10n_it_bill_of_entry

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
        <record id="view_account_config_settings" model="ir.ui.view">
 
6
            <field name="name">view_account_config_settings</field>
 
7
            <field name="model">account.config.settings</field>
 
8
            <field name="inherit_id" ref="account.view_account_config_settings"/>
 
9
            <field name="arch" type="xml">
 
10
                <xpath expr="/form/group[6]" position="after">
 
11
                    <separator string="Bill of entry"/>
 
12
                    <group name="Bill of entry">
 
13
                        <label for="id" string="Configuration"/>
 
14
                        <div>
 
15
                            <div>
 
16
                                <label for="bill_of_entry_journal_id"/>
 
17
                                <field name="bill_of_entry_journal_id" class="oe_inline"/>
 
18
                            </div>
 
19
                        </div>
 
20
                    </group>
 
21
                </xpath>
 
22
            </field>
 
23
        </record>
 
24
        </data>
 
25
</openerp>