This question has been flagged
1 Reply
3124 Views

For a certain reason, we need to pass the user id (only userid) in the url to call openerp. 

For example, if the current url is - 

http://localhost:8069/?db=demodb#menu_id=107&action=97

then can it be converted into something like - 

http://localhost:8069/?db=demodb#menu_id=107&action=97&uid=

Thanks in advance

PS - This question is with reference to openerp version 7.0

Avatar
Discard
Best Answer

Try this one, may be this you are looking for ....

 

http://localhost:8069/login?db=master&login=user_id&key=password

Avatar
Discard