Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Please explain how to create a session time out for a particular database use of a custom module
Hi ,
How to create session time out for a particular database in openerp ,with the help of a custom module .
How to create a custom module
Hello,
For auto session time out you have to modify the code from web client.
Few changes should be made in .js file of official addons.
You have to modify instance.session.on method in core.js file.
You can set auto_logout method logic in that method.
If you have any doubts feel free to contact us.
instance.session.on('module_loaded', this, function () { // provide timeago.js with our own translator method $.timeago.settings.translator = instance.web._t; }); where i can change i checked this....
Libu, this should help: http://openerp-web-v7.readthedocs.org/en/latest/module.html
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 5/20/14, 2:55 AM |
Seen: 840 times |
Last updated: 3/16/15, 8:10 AM |