| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/19.0/account_asset_force_account |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Bernat Obrador (APSL-Nagarro) |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Bernat Obrador (APSL-Nagarro) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, Don Kendall, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_asset_view_form_inherit |
account.asset.form.inherit | account.asset | xpath | Inherits account_asset_management.account_asset_view_form |
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'
create(self, vals_list)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/18.0/account_asset_force_account |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Bernat Obrador (APSL-Nagarro) |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Bernat Obrador (APSL-Nagarro) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_asset_view_form_inherit |
account.asset.form.inherit | account.asset | xpath | Inherits account_asset_management.account_asset_view_form |
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'
create(self, vals_list)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/17.0/account_asset_force_account |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Bernat Obrador (APSL-Nagarro) |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Bernat Obrador (APSL-Nagarro) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, bobrador |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_asset_view_form_inherit |
account.asset.form.inherit | account.asset | xpath | Inherits account_asset_management.account_asset_view_form |
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'
create(self, vals_list)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.