← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 747545] Re: Unable to select Opportunity Stage

 

2011/4/4 Azazahmed Saiyed (OpenERP) <747545@xxxxxxxxxxxxxxxxxx>:
> Hello,
>
> Yes you are right that we can not select the valye from many2one widget
> of stage_id field as there is a domain which restricted the values.
>
> Please check the code  <field name="stage_id"
> nolabel="1"on_change="onchange_stage_id(stage_id)"
> domain="[('type','=','opportunity'),('section_ids', '=',
> section_id)]"/>.
>
> Here the domain of section_ids restricted the data you need to feel the
> value of Sales Team field in the form then you will have all the values
> in many2one widget.

Did you mean that I must add the user to Sales Team with all required
stages ?


I can change the stage by pressing left/right arrows near to `Stage' field.
Is this right ?

Denis.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/747545

Title:
  Unable to select Opportunity Stage

Status in OpenERP Modules (addons):
  Invalid

Bug description:
  1) Steps to reproduce the issue you have observed
  Install OpenERP with demo data.
  Go to Sales ->  Opportunities -> New
  Press on loupe in Stage field.

  2) The result you observed
  The `Search Stages' window opened but list of stages are empty.

  3) The result you expected
  The `Search Stages' window opened with the list of stages. (Lost, New ... Won)

  4) The platform your are using
  Ubuntu 10.10, 
  python 2.6

  5) The OpenERP version you are using
  server revno: 3388
  addons revno: 4499



References