~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_hq_entries/res_company_view.xml

  • Committer: Matthieu Dietrich
  • Date: 2012-07-10 14:12:40 UTC
  • mfrom: (913 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 935.
  • Revision ID: mdietrich@chloups211-20120710141240-celi3o016fqz7mj1
UF-881: [MERGE] merged with trunk

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
        <!--
 
6
            Default accounts configuration for HQ Entries
 
7
        -->
 
8
 
 
9
        <record model="ir.ui.view" id="view_company_inherit_5_form">
 
10
            <field name="name">res.company.form.inherit</field>
 
11
            <field name="inherit_id" ref="base.view_company_form"/>
 
12
            <field name="model">res.company</field>
 
13
            <field name="type">form</field>
 
14
            <field name="arch" type="xml">
 
15
                <page string="Configuration" position="inside">
 
16
                    <group col="2" colspan="2">
 
17
                        <separator string="HQ Entries" colspan="2"/>
 
18
                        <field name="expat_salaries_default_account" domain="[('type', '!=', 'view')]" colspan="2"/>
 
19
                        <field name="counterpart_hq_entries_default_account" domain="[('type', '!=', 'view')]" colspan="2"/>
 
20
                    </group>
 
21
                </page>
 
22
            </field>
 
23
        </record>
 
24
 
 
25
    </data>
 
26
</openerp>