| 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/18.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr - phone_validation - resource_mail |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows users linked to a department on Analytic Accounts and Analytic Items. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_line_filter |
account.analytic.line.select | account.analytic.line | field | Inherits analytic.view_account_analytic_line_filter |
view_account_analytic_line_form |
account.analytic.line.form | account.analytic.line | field | Inherits analytic.view_account_analytic_line_form |
view_account_analytic_line_tree |
account.analytic.line.tree | account.analytic.line | field | Inherits analytic.view_account_analytic_line_tree |
view_department_form |
hr.department.form | hr.department | xpath | Inherits hr.view_department_form |
department_id
Many2one → hr.department
comodel_name='hr.department'
string='Department'
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
comodel_name='hr.department'
default=<expr>
help="User's related department"
string='Department'
No public methods.
analytic_account_ids
One2many → account.analytic.account
comodel_name='account.analytic.account'
inverse_name='department_id'
string='Analytic Accounts'
No public methods.
| 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/17.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Nedas Žilinskas |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr - phone_validation |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows users linked to a department on Analytic Accounts and Analytic Items. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_line_filter |
account.analytic.line.select | account.analytic.line | field | Inherits analytic.view_account_analytic_line_filter |
view_account_analytic_line_form |
account.analytic.line.form | account.analytic.line | field | Inherits analytic.view_account_analytic_line_form |
view_account_analytic_line_tree |
account.analytic.line.tree | account.analytic.line | field | Inherits analytic.view_account_analytic_line_tree |
view_department_form |
hr.department.form | hr.department | xpath | Inherits hr.view_department_form |
department_id
Many2one → hr.department
comodel_name='hr.department'
string='Department'
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
comodel_name='hr.department'
default=<expr>
help="User's related department"
string='Department'
No public methods.
analytic_account_ids
One2many → account.analytic.account
comodel_name='account.analytic.account'
inverse_name='department_id'
string='Analytic Accounts'
No public methods.
| 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/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_line_filter |
account.analytic.line.select | account.analytic.line | field | Inherits analytic.view_account_analytic_line_filter |
view_account_analytic_line_form |
account.analytic.line.form | account.analytic.line | field | Inherits analytic.view_account_analytic_line_form |
view_account_analytic_line_tree |
account.analytic.line.tree | account.analytic.line | field | Inherits analytic.view_account_analytic_line_tree |
view_department_form |
hr.department.form | hr.department | xpath | Inherits hr.view_department_form |
department_id
Many2one → hr.department
comodel_name='hr.department'
string='Department'
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
comodel_name='hr.department'
default=<expr>
help="User's related department"
string='Department'
No public methods.
analytic_account_ids
One2many → account.analytic.account
comodel_name='account.analytic.account'
inverse_name='department_id'
string='Analytic Accounts'
No public methods.
| 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/15.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Camille Morand |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:36 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_line_filter |
account.analytic.line.select | account.analytic.line | field | Inherits analytic.view_account_analytic_line_filter |
view_account_analytic_line_form |
account.analytic.line.form | account.analytic.line | field | Inherits analytic.view_account_analytic_line_form |
view_account_analytic_line_tree |
account.analytic.line.tree | account.analytic.line | field | Inherits analytic.view_account_analytic_line_tree |
view_department_form |
hr.department.form | hr.department | xpath | Inherits hr.view_department_form |
department_id
Many2one → hr.department
comodel_name='hr.department'
string='Department'
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
comodel_name='hr.department'
default=<expr>
help="User's related department"
string='Department'
No public methods.
analytic_account_ids
One2many → account.analytic.account
comodel_name='account.analytic.account'
inverse_name='department_id'
string='Analytic Accounts'
No public methods.
| 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/14.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_line_filter |
account.analytic.line.select | account.analytic.line | field | Inherits analytic.view_account_analytic_line_filter |
view_account_analytic_line_form |
account.analytic.line.form | account.analytic.line | field | Inherits analytic.view_account_analytic_line_form |
view_account_analytic_line_tree |
account.analytic.line.tree | account.analytic.line | field | Inherits analytic.view_account_analytic_line_tree |
view_department_form |
hr.department.form | hr.department | xpath | Inherits hr.view_department_form |
department_id
Many2one → hr.department
comodel_name='hr.department'
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
comodel_name='hr.department'
default=<expr>
help="User's related department"
No public methods.
analytic_account_ids
One2many → account.analytic.account
comodel_name='account.analytic.account'
inverse_name='department_id'
No public methods.
| 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/13.0/analytic_base_department |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, OCA-git-bot, Miku Laitinen, Saran440, ps-tubtim |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr - mail_bot |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_line_filter |
account.analytic.line.select | account.analytic.line | field | Inherits analytic.view_account_analytic_line_filter |
view_account_analytic_line_form |
account.analytic.line.form | account.analytic.line | field | Inherits analytic.view_account_analytic_line_form |
view_account_analytic_line_tree |
account.analytic.line.tree | account.analytic.line | field | Inherits analytic.view_account_analytic_line_tree |
view_department_form |
hr.department.form | hr.department | xpath | Inherits hr.view_department_form |
department_id
Many2one → hr.department
comodel_name='hr.department'
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
comodel_name='hr.department'
default=<expr>
help="User's related department"
No public methods.
analytic_account_ids
One2many → account.analytic.account
comodel_name='account.analytic.account'
inverse_name='department_id'
No public methods.
| 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/12.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest - hr - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_line_filter |
account.analytic.line.select | account.analytic.line | field | Inherits analytic.view_account_analytic_line_filter |
view_account_analytic_line_form |
account.analytic.line.form | account.analytic.line | field | Inherits analytic.view_account_analytic_line_form |
view_account_analytic_line_tree |
account.analytic.line.tree | account.analytic.line | field | Inherits analytic.view_account_analytic_line_tree |
department_id
Many2one → hr.department
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
default=<expr>
help="User's related department"
args: 'hr.department', 'Department'
No public methods.
| 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/11.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | GitHub, Tonow-c2c, OCA Transbot, oca-travis, OCA-git-bot, Artem Kostyuk |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-analytic |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing - hr - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_line_filter |
account.analytic.line.select | account.analytic.line | field | Inherits analytic.view_account_analytic_line_filter |
view_account_analytic_line_form |
account.analytic.line.form | account.analytic.line | field | Inherits analytic.view_account_analytic_line_form |
view_account_analytic_line_tree |
account.analytic.line.tree | account.analytic.line | field | Inherits analytic.view_account_analytic_line_tree |
department_id
Many2one → hr.department
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
default=<expr>
help="User's related department"
args: 'hr.department', 'Department'
No public methods.
| 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/10.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, OCA-git-bot, Dave Burkholder |
| WEBSITE | |
| WEBSITE | http://camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - analytic - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - hr - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
department_id
Many2one → hr.department
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
default=_get_department
help="User's related department"
args: 'hr.department', 'Department'
No public methods.
| 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/9.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Yannick Vaucher, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - analytic - base - decimal_precision - base_setup - web_kanban - web - bus - report - hr - resource - web_tip |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
department_id
Many2one → hr.department
No public methods.
account_department_id
Many2one → hr.department
comodel_name='hr.department'
help="Account's related department"
readonly=True
related='account_id.department_id'
store=True
string='Account Department'
department_id
Many2one → hr.department
default=_get_department
help="User's related department"
args: 'hr.department', 'Department'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/department |
| GIT | |
| GIT | https://github.com/OCA/department.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/department/tree/8.0/analytic_base_department |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Projects & Services |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexandre Fayolle, Daniel Reis, Stéphane Bidoul (ACSONE), OCA-git-bot, Ángel Moya |
| WEBSITE | |
| WEBSITE | http://camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:28 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - analytic - base - decimal_precision - base_setup - web_kanban - web - hr - resource - board |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Add Department to Analytic Account. No required dependency on Accounting modules. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.