Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 09:06:24
Authors
Odoo Community Association (OCA), Bernat Obrador (APSL-Nagarro)
Maintainers
Odoo Community Association (OCA), Bernat Obrador (APSL-Nagarro)
Committers
Don Kendall, OCA-git-bot, oca-ci
Odoo dependencies
OCA/account-financial-tools:
OCA/reporting-engine:
odoo/odoo:
- web
- bus
- uom
Python dependencies
python-dateutil, xlrd, xlsxwriter
System dependencies
None
Required by
None
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 form Inherits account_asset_management.account_asset_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…