Assets Management Stock Lot

account_asset_management_stock_lot
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/17.0/account_asset_management_stock_lot
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Andreu Orensanz
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:01
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
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to link a lot/serial number to an asset. It is
usefull when you have asset that you manage in your stock.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_asset_view_form account.asset xpath Inherits account_asset_management.account_asset_view_form
account_asset_view_search_inherit account.asset.search.inherit account.asset xpath Inherits account_asset_management.account_asset_view_search
account_asset_view_tree_inherit account.asset.tree.inherit account.asset xpath Inherits account_asset_management.account_asset_view_tree
Models touched (2)

New fields (2)
  • product_id Many2one → product.product
    compute='_compute_product_id' store=True string='Product' args: 'product.product'
  • stock_lot_id Many2one → stock.lot
    string='Lot/Serial Number' args: 'stock.lot'
Public methods (0)

No public methods.

New fields (1)
  • asset_ids One2many → account.asset
    readonly=True args: 'account.asset', 'stock_lot_id'
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_management_stock_lot
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSFlorian da Costa, Weblate, OCA-git-bot, oca-ci
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
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_asset_view_form account.asset xpath Inherits account_asset_management.account_asset_view_form
account_asset_view_search_inherit account.asset.search.inherit account.asset xpath Inherits account_asset_management.account_asset_view_search
account_asset_view_tree_inherit account.asset.tree.inherit account.asset xpath Inherits account_asset_management.account_asset_view_tree
Models touched (2)

New fields (2)
  • product_id Many2one → product.product
    compute='_compute_product_id' store=True string='Product' args: 'product.product'
  • stock_lot_id Many2one → stock.lot
    string='Lot/Serial Number' args: 'stock.lot'
Public methods (0)

No public methods.

New fields (1)
  • asset_ids One2many → account.asset
    readonly=True args: 'account.asset', 'stock_lot_id'
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[18.0][MIG] account_asset_management_stock_lot: Migration to 18.0 (#2283)