c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24151
[Bug 780418] Re: Cannot 'set as default' Warehouse field in PO
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 C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
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
Follow ups
References