← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 720363] [NEW] [6.0.1] Bug in many2many button add

 

Public bug reported:

The domain not reset

How reproduce the bug

Start web client
administration->groups
create a new groups, Tab menu, click add,  note how many record show (in my case 100)

restart web client (important to do, to see bug)
administration->users
edit administrator
click add on access groups, close that(dont select anything)
go back to groups, create a new,  Tab menu, click add,  see how many record show (in my case 25)

So the bug is : 100 versus 25 record, for a new group.

after some trace i see

in addons/openerp/controllers/search.py
class search
function new

second time i go in groups , menu add, domain not reset, domain contain
the result of the add in user.


so this bug is major, because realy hard to set security, need restart webclient each time.


Note this bug fixed in trunk, but we cant install trunk on customer, so anypatch available ??

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

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

Title:
  [6.0.1] Bug in many2many button add

Status in OpenERP Web Client:
  New

Bug description:
  The domain not reset

  How reproduce the bug

  Start web client
  administration->groups
  create a new groups, Tab menu, click add,  note how many record show (in my case 100)

  restart web client (important to do, to see bug)
  administration->users
  edit administrator
  click add on access groups, close that(dont select anything)
  go back to groups, create a new,  Tab menu, click add,  see how many record show (in my case 25)

  So the bug is : 100 versus 25 record, for a new group.

  after some trace i see

  in addons/openerp/controllers/search.py
  class search
  function new

  second time i go in groups , menu add, domain not reset, domain
  contain the result of the add in user.

  
  so this bug is major, because realy hard to set security, need restart webclient each time.

  
  Note this bug fixed in trunk, but we cant install trunk on customer, so anypatch available ??





Follow ups

References