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 IDNameModelTypeStatus
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_ids One2many → stock.lot.image
    comodel_name='stock.lot.image' inverse_name='lot_id' string='Images'
Public methods (0)

No public methods.

New fields (6)
  • can_image_1024_be_zoomed Boolean
    compute='_compute_can_image_1024_be_zoomed' store=True string='Can Image 1024 be zoomed'
  • embed_code Html
    compute='_compute_embed_code' sanitize=False
  • lot_id Many2one → stock.lot
    comodel_name='stock.lot' index=True ondelete='cascade' string='Lot'
  • name Char
    required=True
  • sequence Integer
    default=10
  • video_url Char
    help='URL of a video for showcasing your lot.' string='Video URL'
Public methods (0)

No public methods.