Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Weblate, OCA-git-bot, oca-ci, Pani-k-folk
Odoo dependencies
OCA/account-financial-tools:
OCA/reporting-engine:
odoo/odoo:
- web
- bus
- uom
Python dependencies
python-dateutil
System dependencies
None
Required by
l10n_th_account_asset_management
Description
This module adds a asset number for the asset's reference.

**Notes:**

If you check "Auto Asset Number by Sequence", you will not be able to
edit the asset number using that asset profile.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile.form account.asset.profile form Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset.form account.asset form Inherits account_asset_management.account_asset_view_form
account_asset_view_search account.asset.search account.asset search Inherits account_asset_management.account_asset_view_search
account_asset_view_tree account.asset.tree account.asset tree Inherits account_asset_management.account_asset_view_tree
report_asset_number report_asset_number ir.ui.view qweb New
report_simple_asset_number report_simple_asset_number ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • number Char
    copy=False default='' index=True string='Asset Number'
  • use_sequence Boolean
    related='profile_id.use_sequence'
Public methods (1)
  • validate(self)

New fields (5)
  • barcode_height Integer
    default=75 help='Height (in px) of the barcode or the QR code'
  • barcode_type Selection
    default='barcode' selection=[('barcode', 'Barcode'), ('qr', 'QR')]
  • barcode_width Integer
    default=350 help='Width (in px) of the barcode or the QR code'
  • sequence_id Many2one → ir.sequence
    comodel_name='ir.sequence' domain=<expr> string='Asset Number Sequence'
  • use_sequence Boolean
    help='If check, asset number auto run by sequence.' string='Auto Asset Number by Sequence'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
94 days ago
Last activity
59 days ago
Repository
OCA/account-financial-tools
Pull request
[19.0][MIG] account_asset_number: Migration to 19.0 (#2298)