← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 778016] Re: Domain does not works with widget= "selection"

 

Hello,

I think we should deprecate this request as the new many2one widgets becomes smart selection box in v6.1.
So we don't need anymore to do widget="selection" on many2one fields. planned for v6.1, should be finnished next week in trunk. 

V61 is based on this http://jqueryui.com/demos/autocomplete/#combobox
and add some features like quickcreate, full search, etc.


** Changed in: openobject-client
   Importance: Undecided => Wishlist

-- 
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/778016

Title:
  Domain does not works with widget= "selection"

Status in OpenERP GTK Client:
  Confirmed

Bug description:
  if widget= "selection" domain not working in openerp 6.0.2
  example
  <field name="caste_id"  widget="selection"/>
  				<field name="caste_sub_id" domain="[('caste','=',caste_id)]"/>

  Is it possible give me a solution


References