| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-analytic |
| GIT | |
| GIT | https://github.com/OCA/account-analytic.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-analytic/tree/16.0/crm_claim_analytic |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), AvanzOSC |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), AvanzOSC |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Miguel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - analytic - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
claim_count
Integer
compute='_compute_claim_count'
string='# Claims'
No public methods.
claim_id
Many2one → crm.claim
comodel_name='crm.claim'
domain='[("analytic_account_id", "=", account_id)]'
No public methods.
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
button_account_analytic_line_action(self)