[FIX] inherited view could not find 'date_create' which is remove from sale_order form view

bzr revid: rgaopenerp-20120322141949-oghbmf2v8y68m2bx
This commit is contained in:
RGA(OpenERP) 2012-03-22 19:49:49 +05:30
parent 96d424bb4c
commit 606e375540
2 changed files with 8 additions and 8 deletions

View File

@ -229,7 +229,7 @@
<field name="user_id"/>
<field groups="base.group_extended" name="origin"/>
</group>
<group colspan="2" col="2" groups="base.group_extended">
<group name="sale_pay" colspan="2" col="2" groups="base.group_extended" >
<separator string="Conditions" colspan="2"/>
<field name="payment_term" widget="selection"/>
<field name="fiscal_position" widget="selection"/>

View File

@ -8,13 +8,13 @@
<field name="type">form</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<field name="create_date" position="after">
<field name="requested_date"/>
</field>
<field name="date_confirm" position="after">
<field name="commitment_date"/>
<field name="effective_date"/>
</field>
<group name="sale_pay" position="after">
<group colspan="2" col="2" groups="base.group_extended">
<separator string="Dates" colspan="2"/>
<field name="commitment_date"/>
<field name="effective_date"/>
</group>
</group>
</field>
</record>