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

« back to all changes in this revision

Viewing changes to msf_accrual/account_view.xml

  • Committer: chloups208
  • Date: 2011-09-07 12:58:12 UTC
  • mto: (307.2.1 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 311.
  • Revision ID: chloups208@chloups208-laptop-20110907125812-dsb1jt93ae6bgfe2
[UF-390]pro forma invoice + shipment object refactoring + pack family object refactoring

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
 
    <!-- Account View -->
6
 
        <record id="inherit_view_account_form" model="ir.ui.view">
7
 
            <field name='name'>inherit.view.account.form</field>
8
 
            <field name='model'>account.account</field>
9
 
            <field name="type">form</field>
10
 
            <field name='inherit_id' ref='account.view_account_form' />
11
 
            <field name="arch" type="xml">
12
 
                <xpath expr="//field[@name='user_type']" position="after">
13
 
                    <field name="accrual_account"/>
14
 
                </xpath>
15
 
            </field>
16
 
        </record>
17
 
 
18
 
    </data>
19
 
</openerp>