Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.07 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
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
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 modules creates calendar event from FSM Orders.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_fsm_order_form_inherit_calendar fsm.order calendar Inherits fieldservice.fsm_order_form
view_team_form fsm.team.form fsm.team form Inherits fieldservice.view_team_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • fsm_order_id One2many → fsm.order
    comodel_name='fsm.order' inverse_name='calendar_event_id' string='Order id'
Public methods (1)
  • write(self, values)

New fields (1)
  • calendar_event_id Many2one → calendar.event
    readonly=True string='Meeting' args: 'calendar.event'
Public methods (7)
  • create(self, vals_list)
    @api.model_create_multi
  • create_or_delete_calendar(self)
  • unlink(self)
  • update_calendar_date(self, vals)
  • update_calendar_location(self)
  • update_calendar_person(self, old_persons)
  • write(self, vals)

New fields (1)
  • calendar_user_id Many2one → res.users
    help="Responsible for orders's calendar" string="Team's calendar" args: 'res.users'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…