Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.1
Category
Field Service
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), APSL-Nagarro
Maintainers
Odoo Community Association (OCA), APSL-Nagarro
Committers
Maxime Chambreuil, OCA-git-bot, oca-ci, Hoa - Truong Thi Kim
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module improves the **Field Service Kanban view** by displaying
essential job details directly on the order cards. The **scheduled time
range**, **customer address**, and **contact details** (phone) 
are visible at a glance, providing technicians with the most
relevant information without needing to open the order.

Field Service operations depend on **speed, clarity, and efficiency**.
By surfacing key information in the Kanban view, this module helps
technicians **prioritize tasks**, **streamline their workflow**, and
**improve customer communication** — all while minimizing unnecessary
clicks. The flexible configuration of the **scheduled time range
format** ensures the displayed information adapts to the user's
preferred **date and time formats**, making the Kanban view both
intuitive and consistent across different regions and languages.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
inherit_fsm_order_kanban_view fsm.order.kanban.inherit fsm.order kanban Inherits fieldservice.fsm_order_kanban_view
res_config_settings_view_form res.config.settings.view.form.fsm res.config.settings form Inherits fieldservice.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • schedule_time_range Char
    compute='_compute_schedule_time_range'
Public methods (0)

No public methods.

New fields (1)
  • schedule_time_range_format Selection
    config_parameter='fieldservice.schedule_time_range_format' default='time_only' required=True selection=[('time_only', 'Time Range Only (e.g., 15:30 - 17:00)'), ('date_and_time', 'Date and Time Range (e.g., 19/02/2025 15:30 - 17:00)')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…