| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_lot_condition |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - 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). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-warehouse |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] stock_lot_condition (#2470) |