Scheduled Repair Calendar View

repair_scheduled_date_calendar_view
REPOSITORY
REPOSITORYOCA/repair
GIT
GIThttps://github.com/OCA/repair.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/repair/tree/18.0/repair_scheduled_date_calendar_view
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYRepair
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Cetmix
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Cetmix
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Mohajiro
WEBSITE
WEBSITEhttps://github.com/OCA/repair
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/repair:
    - base_repair_config
odoo/odoo:
    - repair
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath 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 field Inherits repair.view_repair_order_form
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.