ScoRpion
ScoRpion

Reputation: 11474

Changing Authentication Logic for Openerp GTK client

After spending a couple of weeks on Openerp again, I tried to change the logic for openerp authentication , via WebClient on Windows 7 Machine with some logic changes in login method of rpc.py file and it worked. Now on clicking Login button Openerp reads my file instaed of database tables to authenticate. Now I would like to implement the same thing with OpenERP GTK Client. I tried hard but failed. So can any one tell me where i can make change.

Upvotes: 2

Views: 237

Answers (1)

3a2roub
3a2roub

Reputation: 573

just out of curiosity, can u elaborate on why you need to achieve this? anywhose, i think the best place to start for the gtk client is from the client source with /bin/environment_info.py as well as /bin/rpc.info

Upvotes: 2

Related Questions