Make crm.lead's stage unclickable.

bzr revid: tta@openerp.com-20121206091351-r30zftxqdguvxvcl
This commit is contained in:
Tejas Tank 2012-12-06 14:13:51 +05:00
parent ec5c761b7d
commit 1a8e876957
1 changed files with 1 additions and 2 deletions

View File

@ -136,8 +136,7 @@
states="cancel"/>
<button name="case_cancel" string="Cancel" type="object"
states="draft,open,pending"/>
<field name="stage_id" widget="statusbar"
on_change="onchange_stage_id(stage_id)" clickable="True"/>
<field name="stage_id" widget="statusbar" on_change="onchange_stage_id(stage_id)"/>
</header>
<sheet>
<div class="oe_right oe_button_box" name="buttons">