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 IDNameModelTypeStatus
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_duration Float
    default=<expr> help='Planned duration of the repair order in hours.'
Public methods (1)
  • default_get(self, fields_list)
    @api.model
    Set default planned duration from system parameter.

New fields (1)
  • planned_duration_default Float
    config_parameter='repair_scheduled_date_calendar_view.planned_duration_default' default=1.0 help='Default planned duration for repair orders (in hours). Shown as hh:mm in the UI.'
Public methods (0)

No public methods.