| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/18.0/fieldservice_activity |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, EdgarRetes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice - base_territory odoo/odoo: - base - base_geolocalize - base_setup - web - resource - contacts - bus - web_tour - html_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | A Field Service Activity gives the user the ability to define a list of tasks/activities on a service order The user can add tasks/activities to the FSM order to the ones created from the template. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_fsm_order_form_add_activity |
fsm.order.form.activity | fsm.order | xpath | Inherits fieldservice.fsm_order_form |
view_fsm_template_form_add_activity |
fsm.template.form.activity | fsm.template | xpath | Inherits fieldservice.fsm_template_form_view |
completed
Boolean
default=False
completed_by
Many2one → res.users
readonly=True
args: 'res.users'
completed_on
Datetime
readonly=True
fsm_order_id
Many2one → fsm.order
fsm_template_id
Many2one → fsm.template
name
Char
readonly=True
required=True
ref
Char
readonly=True
args: 'Reference'
required
Boolean
default=False
readonly=True
sequence
Integer
state
Selection
default='todo'
readonly=True
args: [('todo', 'To Do'), ('done', 'Completed'), ('cancel', 'Cancelled')]
action_cancel(self)
action_done(self)
order_activity_ids
One2many → fsm.activity
compute='_compute_order_activity_ids'
store=True
args: 'fsm.activity', 'fsm_order_id', 'Order Activities'
action_complete(self)
create(self, vals)
temp_activity_ids
One2many → fsm.activity
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/17.0/fieldservice_activity |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | GitHub, Daniel Reis, Weblate, OCA-git-bot, Iván Todorovich, oca-ci, Brian McMaster, Antoni Marroig Campomar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice - base_territory odoo/odoo: - base - base_geolocalize - base_setup - web - resource - contacts - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | A Field Service Activity gives the user the ability to define a list of tasks/activities on a service order The user can add tasks/activities to the FSM order to the ones created from the template. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_fsm_order_form_add_activity |
fsm.order.form.activity | fsm.order | xpath | Inherits fieldservice.fsm_order_form |
view_fsm_template_form_add_activity |
fsm.template.form.activity | fsm.template | xpath | Inherits fieldservice.fsm_template_form_view |
completed
Boolean
completed_by
Many2one → res.users
readonly=True
args: 'res.users'
completed_on
Datetime
readonly=True
fsm_order_id
Many2one → fsm.order
fsm_template_id
Many2one → fsm.template
name
Char
required=True
ref
Char
required
Boolean
sequence
Integer
state
Selection
default='todo'
readonly=True
args: [('todo', 'To Do'), ('done', 'Completed'), ('cancel', 'Cancelled')]
action_cancel(self)
action_done(self)
write(self, vals)
order_activity_ids
One2many → fsm.activity
compute='_compute_order_activity_ids'
store=True
args: 'fsm.activity', 'fsm_order_id', 'Order Activities'
action_complete(self)
temp_activity_ids
One2many → fsm.activity
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/16.0/fieldservice_activity |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Brian McMaster, Goncalo Brito |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice - base_territory odoo/odoo: - base - base_geolocalize - base_setup - web - resource - contacts - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_fsm_order_form_add_activity |
fsm.order.form.activity | fsm.order | xpath | Inherits fieldservice.fsm_order_form |
view_fsm_template_form_add_activity |
fsm.template.form.activity | fsm.template | xpath | Inherits fieldservice.fsm_template_form_view |
completed
Boolean
default=False
completed_by
Many2one → res.users
readonly=True
args: 'res.users'
completed_on
Datetime
readonly=True
fsm_order_id
Many2one → fsm.order
fsm_template_id
Many2one → fsm.template
name
Char
readonly=True
required=True
states={'todo': [('readonly', False)]}
ref
Char
readonly=True
states={'todo': [('readonly', False)]}
args: 'Reference'
required
Boolean
default=False
readonly=True
states={'todo': [('readonly', False)]}
sequence
Integer
state
Selection
default='todo'
readonly=True
args: [('todo', 'To Do'), ('done', 'Completed'), ('cancel', 'Cancelled')]
action_cancel(self)
action_done(self)
order_activity_ids
One2many → fsm.activity
compute='_compute_order_activity_ids'
store=True
args: 'fsm.activity', 'fsm_order_id', 'Order Activities'
action_complete(self)
temp_activity_ids
One2many → fsm.activity
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/15.0/fieldservice_activity |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Freni-OSI, Freni Patel, Patryk Pyczko |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:30 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice - base_territory odoo/odoo: - base - base_geolocalize - base_setup - web - resource - contacts - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_fsm_order_form_add_activity |
fsm.order.form.activity | fsm.order | xpath | Inherits fieldservice.fsm_order_form |
view_fsm_template_form_add_activity |
fsm.template.form.activity | fsm.template | xpath | Inherits fieldservice.fsm_template_form_view |
completed
Boolean
completed_by
Many2one → res.users
readonly=True
args: 'res.users'
completed_on
Datetime
readonly=True
fsm_order_id
Many2one → fsm.order
fsm_template_id
Many2one → fsm.template
name
Char
readonly=True
required=True
states={'todo': [('readonly', False)]}
ref
Char
readonly=True
states={'todo': [('readonly', False)]}
args: 'Reference'
required
Boolean
default=False
readonly=True
states={'todo': [('readonly', False)]}
sequence
Integer
state
Selection
default='todo'
readonly=True
args: [('todo', 'To Do'), ('done', 'Completed'), ('cancel', 'Cancelled')]
action_cancel(self)
action_done(self)
order_activity_ids
One2many → fsm.activity
action_complete(self)
create(self, vals)
temp_activity_ids
One2many → fsm.activity
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/14.0/fieldservice_activity |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | GitHub, root, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi, Alessio Renda, Chankya Soni |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice - base_territory odoo/odoo: - base - base_geolocalize - base_setup - web - resource - contacts - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_fsm_order_form_add_activity |
fsm.order.form.activity | fsm.order | xpath | Inherits fieldservice.fsm_order_form |
view_fsm_template_form_add_activity |
fsm.template.form.activity | fsm.template | xpath | Inherits fieldservice.fsm_template_form_view |
completed
Boolean
default=False
args: 'Completed'
completed_by
Many2one → res.users
readonly=True
args: 'res.users', 'Completed By'
completed_on
Datetime
readonly=True
args: 'Completed On'
fsm_order_id
Many2one → fsm.order
fsm_template_id
Many2one → fsm.template
name
Char
readonly=True
required=True
states={'todo': [('readonly', False)]}
args: 'Name'
ref
Char
readonly=True
states={'todo': [('readonly', False)]}
args: 'Reference'
required
Boolean
default=False
readonly=True
states={'todo': [('readonly', False)]}
sequence
Integer
state
Selection
copy=False
default='todo'
readonly=True
args: [('todo', 'To Do'), ('done', 'Completed'), ('cancel', 'Cancelled')], 'State'
action_cancel(self)
action_done(self)
order_activity_ids
One2many → fsm.activity
comodel_name='fsm.activity'
copy=True
inverse_name='fsm_order_id'
string='Order Activities'
action_complete(self)
create(self, vals)
temp_activity_ids
One2many → fsm.activity
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/13.0/fieldservice_activity |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | GitHub, Bhavesh Odedra, OCA Transbot, oca-travis, Weblate, OCA-git-bot, brian10048 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice - base_territory odoo/odoo: - base - base_geolocalize - base_setup - web - resource - contacts - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_fsm_order_form_add_activity |
fsm.order.form.activity | fsm.order | xpath | Inherits fieldservice.fsm_order_form |
view_fsm_template_form_add_activity |
fsm.template.form.activity | fsm.template | xpath | Inherits fieldservice.fsm_template_form_view |
completed
Boolean
default=False
args: 'Completed'
completed_by
Many2one → res.users
readonly=True
args: 'res.users', 'Completed By'
completed_on
Datetime
readonly=True
args: 'Completed On'
fsm_order_id
Many2one → fsm.order
fsm_template_id
Many2one → fsm.template
name
Char
readonly=True
required=True
states={'todo': [('readonly', False)]}
args: 'Name'
ref
Char
readonly=True
states={'todo': [('readonly', False)]}
args: 'Reference'
required
Boolean
default=False
readonly=True
states={'todo': [('readonly', False)]}
args: 'Requireid'
sequence
Integer
state
Selection
default='todo'
readonly=True
args: [('todo', 'To Do'), ('done', 'Completed'), ('cancel', 'Cancelled')], 'State'
action_cancel(self)
action_done(self)
order_activity_ids
One2many → fsm.activity
action_complete(self)
create(self, vals)
temp_activity_ids
One2many → fsm.activity
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/12.0/fieldservice_activity |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot, scampbell, Murtuza Saleh |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice OCA/partner-contact: - partner_fax OCA/web: - web_timeline odoo/odoo: - base_geolocalize - base - base_setup - web - bus - web_tour - resource - contacts |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_fsm_order_form_add_activity |
fsm.order.form.activity | fsm.order | xpath | Inherits fieldservice.fsm_order_form |
view_fsm_template_form_add_activity |
fsm.template.form.activity | fsm.template | xpath | Inherits fieldservice.fsm_template_form_view |
completed
Boolean
default=False
args: 'Completed'
completed_by
Many2one → res.users
readonly=True
args: 'res.users', 'Completed By'
completed_on
Datetime
readonly=True
args: 'Completed On'
fsm_order_id
Many2one → fsm.order
fsm_template_id
Many2one → fsm.template
name
Char
readonly=True
required=True
states={'todo': [('readonly', False)]}
args: 'Name'
ref
Char
readonly=True
states={'todo': [('readonly', False)]}
args: 'Reference'
required
Boolean
default=False
readonly=True
states={'todo': [('readonly', False)]}
args: 'Requireid'
sequence
Integer
state
Selection
default='todo'
readonly=True
args: [('todo', 'To Do'), ('done', 'Completed'), ('cancel', 'Cancelled')], 'State'
action_cancel(self)
action_done(self)
order_activity_ids
One2many → fsm.activity
action_complete(self)
temp_activity_ids
One2many → fsm.activity
No public methods.