← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 728858] Re: Unable to create a new leave or allocation request in web-client

 

Hello all,

I found that server is expecting 'False' Value for department_id
(many2one) which is not in other many2one case, thats why web-client is
throwing error during save without data in department_id field.

For GTK & Web-Client:
If we enter data in department_id, and click to save, record will save but the value for department_id from both the client will disappear.

In web-client: 
value for department_id is sent to the server but during reading the same record, server returns False.
In GTK:
department_id is not getting sent to the server.

So what should be the exact behavior ?

Thanks.

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

Title:
  Unable to create a new leave or allocation request in web-client

Status in OpenERP Modules (addons):
  Confirmed

Bug description:
  I encounter an error when I try to create a new leave request or
  allocation request using the hr_holidays module. Navigate to Human
  Resources > Holidays > Leave Requests. When I try to save a new record
  here, I get an error only in the web-client. It works fine in GTK-
  client. I have been facing this error since I updated my trunk addons
  to revision no. 4476.



References