TIP: You can type at any time to perform a new search.
Scheduled Repair Calendar View
repair_scheduled_date_calendar_view · OCA/repair
- Repository
- OCA/repair · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Repair
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/repair
- Last tracking update
- 2026-08-07 08:43:05
- Authors
- Odoo Community Association (OCA), Cetmix
- Maintainers
- Odoo Community Association (OCA), Cetmix
- Committers
- Weblate, OCA-git-bot, oca-ci, Mohajiro
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module implements a calendar view for repair orders. The view is based on the scheduled date. If you need to use calendar view based on the date when the order was done consider using the repair_calendar_view module instead.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_inherit_repair_calendar |
res.config.settings.repair.calendar | res.config.settings | calendar | Inherits base_repair_config.res_config_settings_view_form |
view_repair_order_calendar |
repair.order.calendar | repair.order | calendar | New |
view_repair_order_form_inherit_duration |
repair.order.form.inherit.duration | repair.order | form | Inherits repair.view_repair_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
planned_durationFloatdefault=<expr>help='Planned duration of the repair order in hours.'
-
default_get(self, fields_list)@api.modelSet default planned duration from system parameter.
New fields (1)
-
planned_duration_defaultFloatconfig_parameter='repair_scheduled_date_calendar_view.planned_duration_default'default=1.0help='Default planned duration for repair orders (in hours). Shown as hh:mm in the UI.'
No public methods.