[FIX] crm opportunity bug

bzr revid: fp@tinyerp.com-20111230124758-rzm52wg42kor9hwc
This commit is contained in:
Fabien Pinckaers 2011-12-30 13:47:58 +01:00
parent 63dc4045b3
commit c5e13672ba
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@
<group colspan="1" col="4">
<field name="stage_id" nolabel="1"
on_change="onchange_stage_id(stage_id)"
domain="[section_id and [('section_ids', '=', section_id)] or []"/>
domain="section_id and [('section_ids', '=', section_id)] or []"/>
<button name="stage_previous"
states="draft,open,pending" type="object"
icon="gtk-go-back" string="" context="{'stage_type': 'opportunity'}"/>