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
    • Property 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. Technical
  3. Time Range v 18.0
  4. Sales Conditions FAQ

Time Range

by Abdallah Salem https://apps.odoo.com/apps/modules/browse?search=Abdallah+salem
Odoo
v 18.0 Third Party 6
Download for v 18.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 960
Technical Name time_range
LicenseLGPL-3
Websitehttps://apps.odoo.com/apps/modules/browse?search=Abdallah+salem
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 960
Technical Name time_range
LicenseLGPL-3
Websitehttps://apps.odoo.com/apps/modules/browse?search=Abdallah+salem
Community Enterprise

Time Range

Manage And Filter By Time-Of-Day Ranges

Time Range Management
Smart Filtering
Batch Generation

Inspired by the OCA Date Range module — reimagined for time-of-day filtering

Contact Author

Key Highlights

Time Range Types

Organize ranges into categories like Work Shifts, Business Hours, or custom types.

Overlap Protection

Prevent conflicting time ranges within a type. Configure overlap rules per type.

Batch Generator

Auto-generate hourly or custom time blocks via an intuitive wizard interface.

Overnight Support

Supports time ranges crossing midnight such as 22:00 to 06:00 for night shifts.

Time Range

Manage configurable time-of-day ranges and integrate time filtering
into any Odoo model with a simple mixin inheritance.

abdallah@wakeal.com
  • Screenshots
  • Features
  • FAQs
  • Releases

Configure Time Ranges

Navigate to Settings > Technical > Time Ranges to access the time range management. Create Time Ranges, Time Range Types, or use the batch generator to quickly set up your time periods.

Configure Time Ranges

Manage Your Time Ranges

View and manage all your time ranges in a clean list view. Each range shows its name, type, start time, end time, overnight indicator, and company. Toggle ranges on/off with a single click.

Manage Your Time Ranges

Named time ranges with start/end times (HH:MM) using Odoo's float_time widget.

Type-based organization: group ranges into Work Shifts, Business Hours, or custom categories.

Overnight range support (e.g., 22:00 to 06:00) with automatic midnight-crossing detection.

Overlap detection and prevention per type to ensure ranges don't conflict.

Batch generation wizard for quick setup of hourly or custom time blocks.

Multi-company support with record rules for secure, isolated time range management.

Abstract mixin for easy integration: inherit time.range.search.mixin to add time filtering to any model.

Compatible with both Odoo Community and Enterprise editions.

FAQ

What is this module inspired by?

This module is inspired by the OCA Date Range module, which provides date-based range filtering. Our Time Range module applies the same concept but for time-of-day filtering, allowing you to filter records based on the time component of datetime fields regardless of the date.

How do I use this in my own models?

Inherit the time.range.search.mixin on your model and set the _time_range_search_field attribute to the datetime field you want to filter. For example: _inherit = ['sale.order', 'time.range.search.mixin'] and _time_range_search_field = 'create_date'. The "Time Period" filter will automatically appear in your model's search view.

Does it support overnight time ranges?

Yes! When the end time is earlier than the start time (e.g., 22:00 to 06:00), the module automatically detects it as an overnight range and uses OR logic in SQL to correctly match records from both before and after midnight.

Can I auto-generate time ranges?

Yes! The module includes a batch generation wizard accessible from Settings > Technical > Time Ranges > Generate Time Ranges. Configure the duration, start time, count, and naming prefix to auto-generate multiple time ranges at once.

Does it work with both Community and Enterprise?

Yes! This module is fully compatible with both Odoo Community and Odoo Enterprise editions. It only depends on the core "web" module which is available in both versions.

Release 18.0.1.0.0

March, 2026
Add
  • Initial release
  • Time Range and Time Range Type models
  • Abstract search mixin for any model integration
  • Batch generation wizard
  • Overnight range support with automatic detection
  • Overlap protection per type
  • Multi-company support with record rules
  • Domain selector and tree editor JavaScript integration

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.
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