TIP: You can type at any time to perform a new search.
Assets Number
account_asset_number · 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.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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
numberCharcopy=Falsedefault=''index=Truestring='Asset Number' -
use_sequenceBooleanrelated='profile_id.use_sequence'
-
validate(self)
New fields (5)
-
barcode_heightIntegerdefault=75help='Height (in px) of the barcode or the QR code' -
barcode_typeSelectiondefault='barcode'selection=[('barcode', 'Barcode'), ('qr', 'QR')] -
barcode_widthIntegerdefault=350help='Width (in px) of the barcode or the QR code' -
sequence_idMany2one → ir.sequencecomodel_name='ir.sequence'domain=<expr>string='Asset Number Sequence' -
use_sequenceBooleanhelp='If check, asset number auto run by sequence.'string='Auto Asset Number by Sequence'
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)