[IMP]event_sale : improve view

bzr revid: mma@tinyerp.com-20121003131414-v6e0srgum29xdyjx
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-10-03 18:44:14 +05:30
parent cc331b802c
commit 98d979529d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<record model="ir.ui.view" id="event_sale_order">
<field name="name">event.product</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="procurement.product_template_form_view_procurement" />
<field name="inherit_id" ref="product.product_normal_form_view" />
<field name="arch" type="xml">
<div name="options" position="inside">
<field name="event_ok" on_change="onchange_event_ok(event_ok, context)"/>