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

« back to all changes in this revision

Viewing changes to account_msf/res_company_view.xml

  • Committer: Olivier DOSSMANN
  • Date: 2013-05-31 14:22:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1687.
  • Revision ID: od@tempo-consulting.fr-20130531142209-sbcwvzuema11guzz
UF-1991 [FIX] Problem with wizard on "msg" field. Change it to "name".

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
            Debit note default account configuration
 
7
        -->
 
8
 
 
9
        <record model="ir.ui.view" id="view_company_inherit_3_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="Re-billing Inter-section account" colspan="2"/>
 
18
                <field name="import_invoice_default_account" colspan="2"
 
19
                domain="[('type', '!=', 'view'), ('user_type_code', '=', 'receivables')]"/>
 
20
            </group>
 
21
            <group col="2" colspan="2">
 
22
                <separator string="Intermission configuration" colspan="2"/>
 
23
                <field name="intermission_default_counterpart" domain="[('type', '!=', 'view')]" colspan="2"/>
 
24
            </group>
 
25
            </page>
 
26
            <xpath expr="/form//field[@name='currency_id']" position="replace">
 
27
                <field name="currency_id" readonly="1" />
 
28
            </xpath>
 
29
            </field>
 
30
        </record>
 
31
 
 
32
    </data>
 
33
</openerp>