Product Expiry Simple

product_expiry_simple
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/16.0/product_expiry_simple
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Jarsa Sistemas
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Jarsa Sistemas
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (14)
XML IDNameModelTypeStatus
product_template_form_view product_expiry_simple.product.template.form product.template field Inherits stock.view_template_property_form
quant_search_view product_expiry_simple.stock.quant.search stock.quant filter Inherits stock.quant_search_view
search_product_lot_filter product_expiry_simple.stock.lot.search stock.lot field Inherits stock.search_product_lot_filter
view_assign_serial_numbers stock.assign.serial field Inherits stock.view_assign_serial_numbers
view_picking_form stock.picking field Inherits stock.view_picking_form
view_production_lot_form product_expiry_simple.stock.lot.form stock.lot field Inherits stock.view_production_lot_form
view_production_lot_tree product_expiry_simple.stock.lot.tree stock.lot field Inherits stock.view_production_lot_tree
view_stock_move_line_detailed_operation_tree product_expiry_simple.stock.move.line.tree stock.move.line field Inherits stock.view_stock_move_line_detailed_operation_tree
view_stock_move_line_operation_tree product_expiry_simple.stock.move.line.tree stock.move.line field Inherits stock.view_stock_move_line_operation_tree
view_stock_move_operations product_expiry_simple.stock.move.form stock.move field Inherits stock.view_stock_move_operations
view_stock_quant_form_editable product_expiry_simple.stock.quant.form stock.quant field Inherits stock.view_stock_quant_form_editable
view_stock_quant_tree product_expiry_simple.stock.quant.tree stock.quant field Inherits stock.view_stock_quant_tree
view_stock_quant_tree_editable product_expiry_simple.stock.quant.tree.editable stock.quant field Inherits stock.view_stock_quant_tree_editable
view_stock_quant_tree_inventory_editable product_expiry_simple.stock.quant.tree.inventory.editable stock.quant field Inherits stock.view_stock_quant_tree_inventory_editable
Models touched (7)

New fields (1)
  • use_expiry_date Boolean
    compute='_compute_use_expiry_date' precompute=True readonly=False store=True
Public methods (0)

No public methods.

New fields (2)
  • product_use_expiry_date Boolean
    related='move_id.product_id.use_expiry_date'
  • serial_expiry_date Date
    string='Expiry Date'
Public methods (1)
  • generate_serial_numbers(self)

New fields (3)
  • expired Boolean
    compute='_compute_expired'
  • expiry_date Date
    tracking=True
  • use_expiry_date Boolean
    related='product_id.use_expiry_date' store=True
Public methods (1)
  • name_get(self)
    @api.depends('name', 'expiry_date')

New fields (2)
  • product_use_expiry_date Boolean
    related='product_id.use_expiry_date'
  • serial_expiry_date Date
    string='Expiry Date'
Public methods (1)
  • action_show_details(self)

New fields (1)
  • expiry_date Date
Public methods (0)

No public methods.

New fields (1)
  • show_expiry_warning Boolean
    compute='_compute_show_expiry_warning'
Public methods (0)

No public methods.

New fields (2)
  • expired Boolean
    related='lot_id.expired'
  • expiry_date Date
    related='lot_id.expiry_date' store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/14.0/product_expiry_simple
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Jarsa Sistemas
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Jarsa Sistemas
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
quant_search_view product_expiry_simple.stock.quant.search stock.quant filter Inherits stock.quant_search_view
search_product_lot_filter product_expiry_simple.stock.production.lot.search stock.production.lot field Inherits stock.search_product_lot_filter
view_picking_form stock.picking field Inherits stock.view_picking_form
view_production_lot_form product_expiry_simple.stock.production.lot.form stock.production.lot field Inherits stock.view_production_lot_form
view_production_lot_tree product_expiry_simple.stock.production.lot.tree stock.production.lot field Inherits stock.view_production_lot_tree
view_stock_move_line_detailed_operation_tree product_expiry_simple.stock.move.line.tree stock.move.line field Inherits stock.view_stock_move_line_detailed_operation_tree
view_stock_move_line_operation_tree product_expiry_simple.stock.move.line.tree stock.move.line field Inherits stock.view_stock_move_line_operation_tree
view_stock_quant_form product_expiry_simple.stock.quant.form stock.quant field Inherits stock.view_stock_quant_form
view_stock_quant_tree product_expiry_simple.stock.quant.tree stock.quant field Inherits stock.view_stock_quant_tree
view_stock_quant_tree_editable product_expiry_simple.stock.quant.tree.editable stock.quant field Inherits stock.view_stock_quant_tree_editable
Models touched (4)

New fields (1)
  • expiry_date Date
    string='Expiry Date'
Public methods (0)

No public methods.

New fields (1)
  • show_expiry_warning Boolean
    compute='_compute_show_expiry_warning'
Public methods (0)

No public methods.

New fields (2)
  • expired Boolean
    compute='_compute_expired'
  • expiry_date Date
    string='Expiry Date' tracking=True
Public methods (1)
  • name_get(self)
    @api.depends('name', 'expiry_date')

New fields (2)
  • expired Boolean
    related='lot_id.expired'
  • expiry_date Date
    related='lot_id.expiry_date' store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/11.0/product_expiry_simple
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Jarsa Sistemas
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Jarsa Sistemas
COMMITTERS
COMMITTERSAlexis de Lattre, oca-travis, Weblate, OCA-git-bot, Enrique Martín Zabalza, Alan Ramos, Dario Lodeiros, Jorge Luis Quinteros
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
quant_search_view product_expiry_simple.stock.quant.search stock.quant filter Inherits stock.quant_search_view
search_product_lot_filter product_expiry_simple.stock.production.lot.search stock.production.lot field Inherits stock.search_product_lot_filter
view_picking_form_inherit product_expiry_simple.stock.move.operations.tree stock.move.line xpath Inherits stock.view_stock_move_line_operation_tree
view_picking_form_inherit_2 product_expiry_simple.stock.picking.tree stock.picking xpath Inherits stock.view_picking_form
view_production_lot_form product_expiry_simple.stock.production.lot.form stock.production.lot field Inherits stock.view_production_lot_form
view_production_lot_inherit_form_simple product_expiry_simple.stock.production.lot.form.simple stock.production.lot field Inherits stock.view_production_lot_form_simple
view_production_lot_tree product_expiry_simple.stock.production.lot.tree stock.production.lot field Inherits stock.view_production_lot_tree
view_stock_quant_tree product_expiry_simple.stock.quant.tree stock.quant field Inherits stock.view_stock_quant_tree
Models touched (3)

New fields (1)
  • expiry_date Date
    string='Expiry Date'
Public methods (0)

No public methods.

New fields (2)
  • display_name Char
    compute='_compute_display_name' readonly=True store=True string='Lot/Serial Number Display'
  • expiry_date Date
    string='Expiry Date'
Public methods (0)

No public methods.

New fields (1)
  • expiry_date Date
    readonly=True related='lot_id.expiry_date' store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/10.0/product_expiry_simple
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
quant_search_view product_expiry_simple.stock.quant.search stock.quant filter Inherits stock.quant_search_view
search_product_lot_filter product_expiry_simple.stock.production.lot.search stock.production.lot field Inherits stock.search_product_lot_filter
view_production_lot_form product_expiry_simple.stock.production.lot.form stock.production.lot field Inherits stock.view_production_lot_form
view_production_lot_tree product_expiry_simple.stock.production.lot.tree stock.production.lot field Inherits stock.view_production_lot_tree
view_stock_quant_tree product_expiry_simple.stock.quant.tree stock.quant field Inherits stock.view_stock_quant_tree
Models touched (2)

New fields (1)
  • expiry_date Date
    string='Expiry Date'
Public methods (1)
  • name_get(self)
    @api.depends('name', 'expiry_date')

New fields (1)
  • expiry_date Date
    readonly=True related='lot_id.expiry_date' store=True
Public methods (0)

No public methods.