Stock Lot Condition

stock_lot_condition
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_lot_condition
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - 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
This module adds the concept of "Condition" to lot so that this information can be indicated (for example: Good or Defects).

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
search_product_lot_filter stock.lot field Inherits stock.search_product_lot_filter
stock_lot_condition_view_form stock.lot.condition.form stock.lot.condition form New
stock_lot_condition_view_search stock.lot.condition.search stock.lot.condition search New
stock_lot_condition_view_tree stock.lot.condition.tree stock.lot.condition list New
view_production_lot_form stock.lot field Inherits stock.view_production_lot_form
view_production_lot_tree stock.lot field Inherits stock.view_production_lot_tree
Models touched (2)

New fields (3)
  • condition_id Many2one → stock.lot.condition
    comodel_name='stock.lot.condition' string='Condition'
  • condition_note Text
  • condition_required_note Boolean
    compute='_compute_condition_required_note'
Public methods (0)

No public methods.

New fields (6)
  • active Boolean
    default=True
  • color Integer
    default=_get_default_color
  • description Char
    translate=True
  • name Char
    required=True translate=True
  • required_note Boolean
    help='If this box is checked, it will be mandatory to indicate a text for this condition in lots.' string='Required note?'
  • sequence Integer
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
PULL REQUEST
PULL REQUEST[19.0][MIG] stock_lot_condition (#2470)