TIP: You can type at any time to perform a new search.
Stock Lot Condition
stock_lot_condition · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Stock
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 08:42:50
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Víctor Martínez, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- stock_lot_catalog_condition
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
search_product_lot_filter |
stock.lot | search | 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 | form | Inherits stock.view_production_lot_form | |
view_production_lot_tree |
stock.lot | tree | Inherits stock.view_production_lot_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (3)
-
condition_idMany2one → stock.lot.conditioncomodel_name='stock.lot.condition'string='Condition' -
condition_noteText -
condition_required_noteBooleancompute='_compute_condition_required_note'
No public methods.
New fields (6)
-
activeBooleandefault=True -
colorIntegerdefault=_get_default_color -
descriptionChartranslate=True -
nameCharrequired=Truetranslate=True -
required_noteBooleanhelp='If this box is checked, it will be mandatory to indicate a text for this condition in lots.'string='Required note?' -
sequenceInteger
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 267 days ago
- Last activity
- 120 days ago
- Repository
- OCA/stock-logistics-warehouse
- Pull request
- [19.0][MIG] stock_lot_condition (#2470)