TIP: You can type at any time to perform a new search.
Base Time Window
base_time_window · OCA/server-tools
- Repository
- OCA/server-tools · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Technical Settings
- Folder size
- 0.07 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/server-tools
- Last tracking update
- 2026-08-07 09:06:27
- Authors
- Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Iván Todorovich, OCA-git-bot, oca-ci
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module provides base classes and models to manage time windows through time.window.mixin.
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
nameSelectionrequired=Trueselection=[('0', 'Monday'), ('1', 'Tuesday'), ('2', 'Wednesday'), ('3', 'Thursday'), ('4', 'Friday'), ('5', 'Saturday'), ('6', 'Sunday')]
-
create(self, vals_list)@api.model_create_multi -
unlink(self) -
write(self, vals)
New fields (3)
-
time_window_endFloatrequired=True args: 'To' -
time_window_startFloatrequired=True args: 'From' -
time_window_weekday_idsMany2many → time.weekdaycomodel_name='time.weekday'required=True
-
check_window_no_overlaps(self)@api.constrains('time_window_start', 'time_window_end', 'time_window_weekday_ids') -
float_to_time(self, value)@api.model -
float_to_time_repr(self, value)@api.model -
get_time_window_end_time(self) -
get_time_window_start_time(self)
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 710 days ago
- Last activity
- 205 days ago
- Repository
- OCA/server-tools
- Pull request
- [17.0][MIG] base_time_window: Migration to 17.0 (#3030)