TIP: You can type at any time to perform a new search.
Field Service Route Account
fieldservice_route_account · OCA/field-service
- Repository
- OCA/field-service · module folder · Try on Runboat
- Module version
- 1.1.1
- 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 07:31:54
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- Maxime Chambreuil, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Murtuza Saleh
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fsm_route_dayroute_inherit_dayroute |
fsm.route.dayroute | form | Inherits fieldservice_route.fsm_route_dayroute_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
post(self)
New fields (2)
-
dayroute_payment_idsOne2many → fsm.route.dayroute.paymentstring='Payment Summary' args: 'fsm.route.dayroute.payment', 'dayroute_id' -
invoice_countIntegercompute='_compute_invoice_count'readonly=Truestring='Invoice Count'
-
action_view_invoices(self)@api.multi -
write(self, values)@api.multi
New fields (6)
-
amount_collectedFloatcompute='_compute_amount_collected'readonly=Truestring='Collected Amount' -
amount_countedFloatdefault=0.0string='Counted Amount' -
dayroute_idMany2one → fsm.route.dayroutestring='Day Route' args: 'fsm.route.dayroute' -
differenceFloatcompute='_compute_amount_difference'string='Difference' -
journal_idMany2one → account.journalstring='Journal' args: 'account.journal' -
move_idMany2one → account.movereadonly=Truestring='Journal Entry' args: 'account.move'
No public methods.