TIP: You can type at any time to perform a new search.
Stock Lot Image
stock_lot_image · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Stock
- Folder size
- 0.06 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
- None
- Description
This module adds the ability to define images in a lot (similar to what happens with website_sale in products).
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_lot_image_view_form |
stock.lot.image.form | stock.lot.image | form | New |
stock_lot_image_view_kanban |
stock.lot.image.kanban | stock.lot.image | kanban | New |
view_production_lot_form |
stock.lot | form | Inherits stock.view_production_lot_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
image_idsOne2many → stock.lot.imagecomodel_name='stock.lot.image'inverse_name='lot_id'string='Images'
No public methods.
New fields (6)
-
can_image_1024_be_zoomedBooleancompute='_compute_can_image_1024_be_zoomed'store=Truestring='Can Image 1024 be zoomed' -
embed_codeHtmlcompute='_compute_embed_code'sanitize=False -
lot_idMany2one → stock.lotcomodel_name='stock.lot'index=Trueondelete='cascade'string='Lot' -
nameCharrequired=True -
sequenceIntegerdefault=10 -
video_urlCharhelp='URL of a video for showcasing your lot.'string='Video URL'
No public methods.