CRM Claim Analytic

crm_claim_analytic
REPOSITORY
REPOSITORYOCA/account-analytic
GIT
GIThttps://github.com/OCA/account-analytic.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-analytic/tree/16.0/crm_claim_analytic
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/account-analytic
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - crm
    - sales_team
    - calendar
    - resource
    - utm
    - web_kanban_gauge
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_analytic_account_view_form account.analytic.account xpath Inherits analytic.view_account_analytic_account_form
account_analytic_line_view_form account.analytic.line group Inherits analytic.view_account_analytic_line_form
account_analytic_line_view_search account.analytic.line field Inherits analytic.view_account_analytic_line_filter
account_analytic_line_view_tree account.analytic.line field Inherits analytic.view_account_analytic_line_tree
crm_case_claims_form_view crm.claim xpath Inherits crm_claim.crm_case_claims_form_view
view_crm_case_claims_filter crm.claim field Inherits crm_claim.view_crm_case_claims_filter
Models touched (3)

New fields (1)
  • claim_count Integer
    compute='_compute_claim_count' string='# Claims'
Public methods (0)

No public methods.

New fields (1)
  • claim_id Many2one → crm.claim
    comodel_name='crm.claim' domain='[("analytic_account_id", "=", account_id)]'
Public methods (0)

No public methods.

New fields (3)
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' string='Analytic Account'
  • analytic_amount Monetary
    compute='_compute_analytic_amount' string='Amount'
  • currency_id Many2one
    compute_sudo=True readonly=True related='company_id.currency_id' store=True
Public methods (1)
  • button_account_analytic_line_action(self)