Asset Force Account

account_asset_force_account
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/19.0/account_asset_force_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Bernat Obrador (APSL-Nagarro)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Bernat Obrador (APSL-Nagarro)
COMMITTERS
COMMITTERSOCA-git-bot, Don Kendall, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_asset_management
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables the ability to override default accounts directly from the asset form.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_asset_view_form_inherit account.asset.form.inherit account.asset xpath Inherits account_asset_management.account_asset_view_form
Models touched (3)

New fields (3)
  • account_asset_id Many2one → account.account
    comodel_name='account.account' compute='_compute_account_asset_id' help='The account used to record the value of the asset.' store=True string='Asset Account'
  • account_depreciation_id Many2one → account.account
    comodel_name='account.account' domain="[('active', '=', True), ('company_ids', '=', company_id)]" help='The account used to record depreciation for the asset.' required=True string='Depreciation Account'
  • account_expense_depreciation_id Many2one → account.account
    comodel_name='account.account' domain="[('active', '=', True), ('company_ids', '=', company_id)]" help='The account used to record the expense of the depreciation.' required=True string='Depreciation Expense Account'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/18.0/account_asset_force_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Bernat Obrador (APSL-Nagarro)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Bernat Obrador (APSL-Nagarro)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_asset_management
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables the ability to override default accounts directly from the asset form.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_asset_view_form_inherit account.asset.form.inherit account.asset xpath Inherits account_asset_management.account_asset_view_form
Models touched (3)

New fields (3)
  • account_asset_id Many2one → account.account
    comodel_name='account.account' compute='_compute_account_asset_id' help='The account used to record the value of the asset.' store=True string='Asset Account'
  • account_depreciation_id Many2one → account.account
    comodel_name='account.account' domain="[('deprecated', '=', False), ('company_ids', '=', company_id)]" help='The account used to record depreciation for the asset.' required=True string='Depreciation Account'
  • account_expense_depreciation_id Many2one → account.account
    comodel_name='account.account' domain="[('deprecated', '=', False), ('company_ids', '=', company_id)]" help='The account used to record the expense of the depreciation.' required=True string='Depreciation Expense Account'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/17.0/account_asset_force_account
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Bernat Obrador (APSL-Nagarro)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Bernat Obrador (APSL-Nagarro)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, bobrador
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_asset_management
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables the ability to override default accounts directly from the asset form.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_asset_view_form_inherit account.asset.form.inherit account.asset xpath Inherits account_asset_management.account_asset_view_form
Models touched (3)

New fields (3)
  • account_asset_id Many2one → account.account
    comodel_name='account.account' compute='_compute_account_asset_id' help='The account used to record the value of the asset.' store=True string='Asset Account'
  • account_depreciation_id Many2one → account.account
    comodel_name='account.account' domain="[('deprecated', '=', False), ('company_id', '=', company_id)]" help='The account used to record depreciation for the asset.' required=True string='Depreciation Account'
  • account_expense_depreciation_id Many2one → account.account
    comodel_name='account.account' domain="[('deprecated', '=', False), ('company_id', '=', company_id)]" help='The account used to record the expense of the depreciation.' required=True string='Depreciation Expense Account'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.