Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 08:09:20
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
OCA-git-bot, oca-ci, r.perez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_payment_invoice_form_inherite account.payment.invoice.form account.payment form Inherits account.view_account_payment_form
view_fsm_order_form_inherit_acct_payment fsm.order form Inherits fieldservice_account.view_fsm_order_form_inherit_account
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • fsm_order_count Integer
    compute='_compute_fsm_order_count' string='FSM Order Count'
  • fsm_order_ids Many2many → fsm.order
    compute='_compute_fsm_order_ids' index=True store=True string='FSM Orders' args: 'fsm.order', 'fsm_order_account_payment', 'payment_id', 'fsm_order_id'
Public methods (1)
  • action_view_fsm_orders(self)

New fields (2)
  • payment_count Integer
    compute='_compute_account_payment_count'
  • payment_ids Many2many → account.payment
    string='Payments' args: 'account.payment', 'fsm_order_account_payment', 'fsm_order_id', 'payment_id'
Public methods (1)
  • action_view_payments(self)

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
233 days ago
Last activity
3 days ago
Repository
OCA/field-service
Pull request
[17.0] [MIG] fieldservice_account_payment (#1490)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
190 days ago
Last activity
60 days ago
Repository
OCA/field-service
Pull request
[18.0] [MIG] fieldservice_account_payment (#1511)