TIP: You can type at any time to perform a new search.
Field Service - Purchase
fieldservice_purchase · OCA/field-service
- 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-18 17:42:11
- Authors
- Odoo Community Association (OCA), Gray Matter Logic
- Maintainers
- Odoo Community Association (OCA), Gray Matter Logic
- Committers
- Maxime Chambreuil, Simone Rubino, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module links the Field Service application to Purchases. It allows you to manage vendor pricelists for FSM workers and create purchase orders directly from field service orders.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fsm_order_form |
fsm.order.form.view.purchase | fsm.order | form | Inherits fieldservice.fsm_order_form |
fsm_person_form_view_pricelists |
fsm.person.form.view.pricelists | fsm.person | form | Inherits fieldservice.fsm_person_form |
fsm_purchase_order_list |
fsm.purchase.order.list | purchase.order | list | New |
purchase_order_form |
purchase.order.form.fieldservice | purchase.order | form | Inherits purchase.purchase_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
purchase_countIntegercompute='_compute_purchase_count'string='# Purchases' -
purchase_idsOne2many → purchase.orderargs: 'purchase.order', 'fsm_order_id'
-
action_view_purchases(self)
New fields (1)
-
pricelist_countIntegercompute='_compute_pricelist_count'string='# Pricelists'
-
action_view_pricelists(self)
New fields (1)
-
fsm_order_idMany2one → fsm.orderstring='FSM Order' args: 'fsm.order'
-
action_view_fsm_order(self)
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 15 days ago
- Last activity
- 15 days ago
- Repository
- OCA/field-service
- Pull request
- [18.0][MIG] fieldservice_purchase (#1594)
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 62 days ago
- Last activity
- 15 days ago
- Repository
- OCA/field-service
- Pull request
- [18.0] [MIG] fieldservice_purchase (#1551)