TIP: You can type at any time to perform a new search.
Stock Lot Catalog
stock_lot_catalog · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Warehouse
- 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-11 17:15:20
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- stock_lot_catalog_condition, stock_lot_catalog_price, stock_lot_catalog_sale, stock_lot_catalog_warehouse
- Description
This module contains the code base that will enable the use of a lot catalog (similar to the "Catalog" option found in certain sections of Odoo, such as Sales or Purchases).
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
lot_view_kanban_catalog |
lot.view.kanban.catalog | stock.lot | kanban | New |
lot_view_search_catalog |
lot.view.search.catalog | stock.lot | search | New |
HTTP endpoints (2)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/stock_lot/catalog/order_lines_info |
LotCatalogController.stock_lot_catalog_get_order_lines_info |
user | json | ALL | |
/stock_lot/catalog/update_order_line_info |
LotCatalogController.stock_lot_catalog_update_order_line_info |
user | json | ALL |
Models touched (2)
New fields (2)
-
product_image_128Imagerelated='product_id.image_128'string='Product Image 128' -
product_template_attribute_value_idsMany2manyrelated='product_id.product_template_attribute_value_ids'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
action_add_from_stock_lot_catalog(self)