Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Extra Tools
  3. Logout Idle User v 17.0
  4. Sales Conditions FAQ

Logout Idle User

by Cybrosys Techno Solutions https://www.cybrosys.com
Odoo
v 17.0 Third Party 2540
Download for v 17.0 Deploy on Odoo.sh
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 157
Technical Name auto_logout_idle_user_odoo
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 157
Technical Name auto_logout_idle_user_odoo
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 14.0 15.0 16.0 17.0 18.0
Community
Enterprise
Odoo.sh

Logout Idle User

Manages to logout when user is idle

Key Highlights

A protection to your odoo session.

Manages to logout when user is idle.

User can set their idle time in their profile.

Can set the idle time limit in user profile.

  • Screenshots
  • Features
  • Released Notes

User need to enable the option idle timer under Settings -> Users -> Preferences after that set time for idle.

After completion of above step a timer will be displayed in the systray

After completion of timer the user will be logout automatically.

  • Manages to logout when user is idle.
  • User can set their idle time in their profile.
Version 17.0.1.0.0|Released on:12th Jan 2024

Initial Commit for Logout Idle User.

Related Products

User Log Details

Employee Dynamic Fields

Send Whatsapp Message

Hide Any Menu User Wise

Activity Management

Multi Branch Operations

Our Industries

Trading

Easily procure and sell your products

POS

Easy configuration and convivial experience

Education

A platform for educational management

Manufacturing

Plan, track and schedule your operations

E-commerce & Website

Mobile friendly, awe-inspiring product pages

Service Management

Keep track of services and invoice

Restaurant

Run your bar or restaurant methodically

Hotel Management

An all-inclusive hotel management application

Support

Need Help?

Got questions or need help? Get in touch.

odoo@cybrosys.com
WhatsApp

Say hi to us on WhatsApp!

+91 99456767686

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
  • Ratings
  • Discuss
by
MrD
on 11/10/24, 11:36 PM

Thank you for creating a wonderful application. Could you update the version for Odoo 18? Thank you very much!

Re:
by
Cybrosys Technologies
on 11/11/24, 4:48 AM Author

Migration in progress


Re: Error when displaying a field in the list view on Odoo 17
by
Mamadou Oumar DIOP
on 3/21/25, 8:05 AM

this is this file : auto_logout_idle_user_odoo/static/src/js/systray.js


Re: Error when displaying a field in the list view on Odoo 17
by
Mamadou Oumar DIOP
on 3/21/25, 7:58 AM

I'm just sharing the update I made. I'll let you validate it and post it.


        // Add this check

        const timerElement = document.querySelector("#idle_timer");

        if (timerElement) {

            if (hours && days) {

                timerElement.innerHTML = days + "d " + hours + "h " + minutes + "m " + seconds + "s ";

            } else if (hours) {

                timerElement.innerHTML = hours + "h " + minutes + "m " + seconds + "s ";

            } else {

                timerElement.innerHTML = minutes + "m " + seconds + "s ";

            }

           

            /** if the countdown is zero the link is redirect to the login page*/

            if (distance < 0) {

                clearInterval(idle);

                timerElement.innerHTML = "EXPIRED";

                location.replace("/web/session/logout")

            }

        }

    }, 1000);

        


Re: Re: Error when displaying a field in the list view on Odoo 17
by
Cybrosys Technologies
on 3/24/25, 12:48 AM Author

Thanks for sharing.
We will look in to it


Re: Error when displaying a field in the list view on Odoo 17
by
Mamadou Oumar DIOP
on 3/21/25, 5:05 AM

Hi,

Yes, if I uninstall the module or uncheck the option at the user level, the error disappears.

I fixed the bug; I can resend the fix to you if you'd like.

Re: Re: Error when displaying a field in the list view on Odoo 17
by
Cybrosys Technologies
on 3/21/25, 5:26 AM Author

Please submit a PR to our git repo.
https://github.com/CybroOdoo/CybroAddons


Error when displaying a field in the list view on Odoo 17
by
Mamadou Oumar DIOP
on 3/19/25, 9:07 AM

Hi,

On version 17, this error appears when trying to display a field in the list view from Studio, particularly in the Accounting module (Customer or Vendor Invoice). However, I believe the issue affects all modules.

Here is the encountered error:

UncaughtClientError > TypeError 

Uncaught Javascript Error > Cannot set properties of null (setting 'innerHTML') 

TypeError: Cannot set properties of null (setting 'innerHTML') 

    at https://domainename/web/assets/351e50f/web.assets_web.min.js:22929:715 


Re: Error when displaying a field in the list view on Odoo 17
by
Cybrosys Technologies
on 3/21/25, 1:32 AM Author

Did you try without this app?
When multiple custom apps are installed, errors like this can be caused. Please check if any custom modules might be conflicting. Please check


Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with