Field Service - ISP Accounting

fieldservice_isp_account
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/16.0/fieldservice_isp_account
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSeLBati, Weblate, OCA-git-bot, oca-ci, michelerusti, Alberto Re
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_account_analytic
    - fieldservice_account
    - fieldservice
    - base_territory
    - fieldservice_project
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - bus
    - web_tour
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - project
    - rating
    - hr_timesheet
    - hr
    - hr_hourly_cost
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_order_form_isp_account fsm.order.form.isp.account fsm.order notebook Inherits fieldservice_account_analytic.fsm_order_form_analytic
fsm_order_search_view fsm.order.search fsm.order xpath Inherits fieldservice.fsm_order_search_view
fsm_person_form_isp_account fsm.person.form.isp.account fsm.person div Inherits fieldservice.fsm_person_form
Models touched (3)

New fields (6)
  • account_stage Selection
    default='draft' string='Accounting Stage' args: ACCOUNT_STAGES
  • contractor_cost_ids One2many → fsm.order.cost
    string='Contractor Costs' args: 'fsm.order.cost', 'fsm_order_id'
  • contractor_total Float
    compute='_compute_contractor_cost' string='Contractor Cost Estimate'
  • employee Boolean
    compute='_compute_employee'
  • employee_time_total Float
    compute='_compute_employee_hours' string='Total Employee Hours'
  • employee_timesheet_ids One2many → account.analytic.line
    string='Employee Timesheets' args: 'account.analytic.line', 'fsm_order_id'
Public methods (8)
  • account_confirm(self)
  • account_create_invoice(self)
  • account_no_invoice(self)
  • account_prepare_invoice(self)
  • action_complete(self)
  • create_bills(self)
  • onchange_project_id(self)
    @api.onchange('project_id')
  • prepare_bills(self)

New fields (4)
  • fsm_order_id Many2one → fsm.order
    required=True args: 'fsm.order'
  • price_unit Float
    required=True string='Unit Price'
  • product_id Many2one → product.product
    required=True string='Product' args: 'product.product'
  • quantity Float
    default=1 required=True
Public methods (1)
  • onchange_product_id(self)
    @api.onchange('product_id')

New fields (1)
  • bill_count Integer
    compute='_compute_vendor_bills' string='Vendor Bills'
Public methods (1)
  • action_view_bills(self)
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/15.0/fieldservice_isp_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Freni-OSI
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_account_analytic
    - fieldservice_account
    - fieldservice
    - base_territory
    - fieldservice_project
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - bus
    - web_tour
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - project
    - rating
    - hr_timesheet
    - hr
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_order_form_isp_account fsm.order.form.isp.account fsm.order group Inherits fieldservice_account_analytic.fsm_order_form_analytic
fsm_order_search_view fsm.order.search fsm.order xpath Inherits fieldservice.fsm_order_search_view
fsm_person_form_isp_account fsm.person.form.isp.account fsm.person div Inherits fieldservice.fsm_person_form
Models touched (3)

New fields (6)
  • account_stage Selection
    default='draft' string='Accounting Stage' args: ACCOUNT_STAGES
  • contractor_cost_ids One2many → fsm.order.cost
    string='Contractor Costs' args: 'fsm.order.cost', 'fsm_order_id'
  • contractor_total Float
    compute='_compute_contractor_cost' string='Contractor Cost Estimate'
  • employee Boolean
    compute='_compute_employee'
  • employee_time_total Float
    compute='_compute_employee_hours' string='Total Employee Hours'
  • employee_timesheet_ids One2many → account.analytic.line
    string='Employee Timesheets' args: 'account.analytic.line', 'fsm_order_id'
Public methods (5)
  • account_confirm(self)
  • account_create_invoice(self)
  • account_no_invoice(self)
  • action_complete(self)
  • create_bills(self)

New fields (4)
  • fsm_order_id Many2one → fsm.order
    required=True args: 'fsm.order'
  • price_unit Float
    required=True string='Unit Price'
  • product_id Many2one → product.product
    required=True string='Product' args: 'product.product'
  • quantity Float
    default=1 required=True
Public methods (1)
  • onchange_product_id(self)
    @api.onchange('product_id')

New fields (1)
  • bill_count Integer
    compute='_compute_vendor_bills' string='Vendor Bills'
Public methods (1)
  • action_view_bills(self)
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/14.0/fieldservice_isp_account
VERSION
VERSION 1.0.4
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSDaniel Reis, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, Brian McMaster, Freni-OSI, Alberto Re
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_account_analytic
    - fieldservice_account
    - fieldservice
    - base_territory
    - fieldservice_project
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - bus
    - web_tour
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - project
    - rating
    - hr_timesheet
    - hr
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_order_form_isp_account fsm.order.form.isp.account fsm.order group Inherits fieldservice_account_analytic.fsm_order_form_analytic
fsm_order_search_view fsm.order.search fsm.order xpath Inherits fieldservice.fsm_order_search_view
fsm_person_form_isp_account fsm.person.form.isp.account fsm.person div Inherits fieldservice.fsm_person_form
Models touched (3)

New fields (6)
  • account_stage Selection
    default='draft' string='Accounting Stage' args: ACCOUNT_STAGES
  • contractor_cost_ids One2many → fsm.order.cost
    string='Contractor Costs' args: 'fsm.order.cost', 'fsm_order_id'
  • contractor_total Float
    compute='_compute_contractor_cost' string='Contractor Cost Estimate'
  • employee Boolean
    compute='_compute_employee'
  • employee_time_total Float
    compute='_compute_employee_hours' string='Total Employee Hours'
  • employee_timesheet_ids One2many → account.analytic.line
    string='Employee Timesheets' args: 'account.analytic.line', 'fsm_order_id'
Public methods (7)
  • account_confirm(self)
  • account_create_invoice(self)
  • account_no_invoice(self)
  • account_prepare_invoice(self)
  • action_complete(self)
  • create_bills(self)
  • prepare_bills(self)

New fields (4)
  • fsm_order_id Many2one → fsm.order
    comodel_name='fsm.order' required=True
  • price_unit Float
    required=True string='Unit Price'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • quantity Float
    default=1 required=True string='Quantity'
Public methods (1)
  • onchange_product_id(self)
    @api.onchange('product_id')

New fields (1)
  • bill_count Integer
    compute='_compute_vendor_bills' string='Vendor Bills'
Public methods (1)
  • action_view_bills(self)
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/12.0/fieldservice_isp_account
VERSION
VERSION 2.3.2
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSMaxime Chambreuil, OCA Transbot, oca-travis, Weblate, OCA-git-bot, brian10048, scampbell, Murtuza Saleh
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_account_analytic
    - fieldservice_account
    - fieldservice
    - fieldservice_project
OCA/partner-contact:
    - partner_fax
OCA/web:
    - web_timeline
odoo/odoo:
    - base_geolocalize
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - resource
    - contacts
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - project
    - rating
    - hr_timesheet
    - hr
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_order_form_isp_account fsm.order.form.isp.account fsm.order group Inherits fieldservice_account_analytic.fsm_order_form_analytic
fsm_order_search_view fsm.order.search fsm.order xpath Inherits fieldservice.fsm_order_search_view
fsm_person_form_isp_account fsm.person.form.isp.account fsm.person div Inherits fieldservice.fsm_person_form
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • onchange_product_id(self)
    @api.onchange('product_id', 'quantity')

New fields (6)
  • account_stage Selection
    default='draft' string='Accounting Stage' args: ACCOUNT_STAGES
  • contractor_cost_ids One2many → account.invoice.line
    string='Contractor Costs' args: 'account.invoice.line', 'fsm_order_id'
  • contractor_total Float
    compute='_compute_contractor_cost' string='Contractor Cost Estimate'
  • employee Boolean
    compute='_compute_employee'
  • employee_time_total Float
    compute='_compute_employee_hours' string='Total Employee Hours'
  • employee_timesheet_ids One2many → account.analytic.line
    string='Employee Timesheets' args: 'account.analytic.line', 'fsm_order_id'
Public methods (5)
  • account_confirm(self)
  • account_create_invoice(self)
  • account_no_invoice(self)
  • action_complete(self)
  • create_bills(self)

New fields (1)
  • bill_count Integer
    compute='_compute_vendor_bills' string='Vendor Bills'
Public methods (1)
  • action_view_bills(self)
    @api.multi