TIP: You can type at any time to perform a new search.
Field Service - Sales - Recurring
fieldservice_sale_recurring · OCA/field-service
- Repository
- OCA/field-service · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Field Service
- Folder size
- 0.12 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/field-service
- Last tracking update
- 2026-08-07 09:06:25
- Authors
- Odoo Community Association (OCA), Gray Matter Logic
- Maintainers
- Odoo Community Association (OCA), Gray Matter Logic
- Committers
- Maxime Chambreuil, OCA-git-bot, oca-ci, prayag
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to sell recurring field services.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fsm_recurring_form_view_inherit_sale |
fsm.recurring | form | Inherits fieldservice_recurring.fsm_recurring_form_view | |
view_order_form_inherit_sale_fieldservice |
sale.order.form.sale.fieldservice | sale.order | form | Inherits sale.view_order_form |
view_product_fieldservice_form |
product.template.fieldservice.form | product.template | form | Inherits fieldservice_sale.view_product_fieldservice_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
sale_line_idMany2one → sale.order.lineargs: 'sale.order.line'
-
action_view_sales(self)
New fields (2)
-
field_service_trackingSelectionondelete={'recurring': 'cascade'}selection_add=[('recurring', 'Create a recurring order')] -
fsm_recurring_template_idMany2one → fsm.recurring.templatehelp='Select a field service recurring order template to be created' args: 'fsm.recurring.template', 'Field Service Recurring Template'
No public methods.
New fields (2)
-
fsm_recurring_countIntegercompute='_compute_fsm_recurring_ids'string='FSM Recurring Orders' -
fsm_recurring_idsMany2many → fsm.recurringcompute='_compute_fsm_recurring_ids'string='Field Service Recurring orders associated to this sale' args: 'fsm.recurring'
-
action_view_fsm_recurring(self)
New fields (1)
-
fsm_recurring_idMany2one → fsm.recurringcopy=Falsehelp='Field Service Recurring Order generated by the sale order line'index=True args: 'fsm.recurring', 'Recurring Order'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…