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

« back to all changes in this revision

Viewing changes to res_currency_functional/account_view.xml

  • Committer: matthieu.choplin at msf
  • Date: 2012-08-30 07:48:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: matthieu.choplin@geneva.msf.org-20120830074800-l442bu42mt0yzutn
[uf-1374]- change the write and create by an _sql_constraint on the financing contract check dates

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
 
        Journal Entries
7
 
    -->
8
 
        <record id="inherit_currency_view_move_form_2" model="ir.ui.view">
9
 
            <field name="name">account.move.form.2</field>
10
 
            <field name="model">account.move</field>
11
 
            <field name="type">form</field>
12
 
            <field name="priority" eval="24" />
13
 
            <field name="inherit_id" ref="account.view_move_form"/>
14
 
            <field name="arch" type="xml">
15
 
                <data>
16
 
                    <xpath expr="/form/notebook/page/field[@name='line_id']/tree/field[@name='currency_id']" position="attributes">
17
 
                        <attribute name="readonly">1</attribute>
18
 
                    </xpath>
19
 
                </data>
20
 
            </field>
21
 
        </record>
22
 
 
23
 
    </data>
24
 
</openerp>