forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
company_view.xml
25 lines (24 loc) · 1 KB
/
company_view.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="view_account_config_settings" model="ir.ui.view">
<field name="name">view_account_config_settings</field>
<field name="model">account.config.settings</field>
<field name="inherit_id" ref="account.view_account_config_settings"/>
<field name="arch" type="xml">
<xpath expr="/form/group[6]" position="after">
<separator string="Bill of entry"/>
<group name="Bill of entry">
<label for="id" string="Configuration"/>
<div>
<div>
<label for="bill_of_entry_journal_id"/>
<field name="bill_of_entry_journal_id" class="oe_inline"/>
</div>
</div>
</group>
</xpath>
</field>
</record>
</data>
</openerp>