[FIX] claim stages not depending on the sales team
authorThibault Francois <tfr@openerp.com>
Wed, 12 Jan 2011 13:25:22 +0000 (14:25 +0100)
committerThibault Francois <tfr@openerp.com>
Wed, 12 Jan 2011 13:25:22 +0000 (14:25 +0100)
bzr revid: tfr@openerp.com-20110112132522-vjn8o25n9la5owbh

addons/crm_claim/crm_claim_view.xml

index 114989c..c489152 100644 (file)
@@ -83,7 +83,7 @@
                         <field name="section_id" widget="selection" />
                         
                         <group colspan="2" col="4">
-                            <field name="stage_id" domain="[('type','=','claim'),('section_ids', '=', section_id)]"/>
+                            <field name="stage_id" domain="[('type','=','claim')]"/>
                             <button name="stage_previous" string="" type="object" icon="gtk-go-back" />
                             <button icon="gtk-go-forward" string="" name="stage_next" type="object"/>
                         </group>