Hello Eric Caudal,
          After investigation it seems framework work problem. let me explain...
          In OpenERP you can set  two type of default value.   1) for current 
log in user.  2) for all user (it differentiate by user_id of ir.values object, 
user_id = Null for all user) 
          for above example sale installation wizard step--> Configure Picking 
Policy for Sales Order set default value for all user so it's create record in 
ir.values with Null user_id. now using context menu again set default value and 
it's create new record in ir.values with current user_id. 
         on default get request of client, server should check  is there any 
default value for particular login user ?  if not then check default value of 
all user and return.
         but currently server give default value without checking user_id.

-- 
You received this bug notification because you are a member of OpenERP
sa GTK client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/780418

Title:
  Cannot 'set as default' Warehouse field in PO

Status in OpenERP GTK Client:
  In Progress

Bug description:
  I try to 'set as default some fields like warehouse in PO or Language
  in partners and even if the information is correctly stored in
  ir.values, the form does not take into account the defaulted values

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to