TIP: You can type at any time to perform a new search.
Asset Force Account
account_asset_force_account · OCA/account-financial-tools
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → account.accountcomodel_name='account.account'compute='_compute_account_asset_id'help='The account used to record the value of the asset.'store=Truestring='Asset Account' -
account_depreciation_idMany2one → account.accountcomodel_name='account.account'domain="[('active', '=', True), ('company_ids', '=', company_id)]"help='The account used to record depreciation for the asset.'required=Truestring='Depreciation Account' -
account_expense_depreciation_idMany2one → account.accountcomodel_name='account.account'domain="[('active', '=', True), ('company_ids', '=', company_id)]"help='The account used to record the expense of the depreciation.'required=Truestring='Depreciation Expense Account'
-
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…