Assets Number

account_asset_number
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/18.0/account_asset_number
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Pani-k-folk
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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 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 xpath Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset.form account.asset h1 Inherits account_asset_management.account_asset_view_form
account_asset_view_search account.asset.search account.asset xpath Inherits account_asset_management.account_asset_view_search
account_asset_view_tree account.asset.tree account.asset xpath 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
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.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/16.0/account_asset_number
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Saran440, Pani-k-folk
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:47
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
    - product
    - mail
    - bus
    - web_tour
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile.form account.asset.profile xpath Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset.form account.asset h1 Inherits account_asset_management.account_asset_view_form
account_asset_view_search account.asset.search account.asset xpath Inherits account_asset_management.account_asset_view_search
account_asset_view_tree account.asset.tree account.asset xpath 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
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
    default=False 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.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/15.0/account_asset_number
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:34
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
    - product
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile.form account.asset.profile xpath Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset.form account.asset h1 Inherits account_asset_management.account_asset_view_form
account_asset_view_search account.asset.search account.asset xpath Inherits account_asset_management.account_asset_view_search
account_asset_view_tree account.asset.tree account.asset xpath 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
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 (2)
  • sequence_id Many2one → ir.sequence
    comodel_name='ir.sequence' domain=<expr> string='Asset Number Sequence'
  • use_sequence Boolean
    default=False 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.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/14.0/account_asset_number
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSOCA Transbot, Weblate, OCA-git-bot, oca-ci, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:00
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
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile.form account.asset.profile xpath Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset.form account.asset h1 Inherits account_asset_management.account_asset_view_form
account_asset_view_search account.asset.search account.asset xpath Inherits account_asset_management.account_asset_view_search
account_asset_view_tree account.asset.tree account.asset xpath 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
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 (2)
  • sequence_id Many2one → ir.sequence
    comodel_name='ir.sequence' domain=<expr> string='Asset Number Sequence'
  • use_sequence Boolean
    default=False 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.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/account-financial-tools
PULL REQUEST
PULL REQUEST[19.0][MIG] account_asset_number: Migration to 19.0 (#2298)