← Back to team overview

openerp-dev-web team mailing list archive

[Bug 684609] Re: Can't list newly created sale order

 

It seems the web client is keeping (u'user_id', 'ilike', u'Administrator') somewhere:
  if you specifically choose 'Demo User' as the salesman in the search interface, you can't list anything. Here is the server side domain received:
  [('user_id', 'ilike', 'Demo User'), (u'user_id', 'ilike', u'Administrator')]

-- 
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/684609

Title:
  Can't list newly created sale order

Status in OpenObject Web Client:
  Confirmed

Bug description:
  
Steps (with demo data installed):

 * create a new sale order
 * choose AsusTek as the customer: this sets the 'Salesman' to 'Demo User'
 * save the sale order
 * the newly created sale order is not visible in the list, even if you remove 'Administrator' from the search view
 * it seems you can't list sale orders when you are not the salesman (even if you remove that filter)

In gtk client, the behavior is different: you can list newly created sale orders, even if you are not the salesman