Repository
OCA/stock-logistics-reporting · module folder · Try on Runboat
Module version
1.0.1
Category
Stock
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reporting
Last tracking update
2026-08-07 08:42:55
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
OCA-git-bot, oca-ci, Joel Estrada
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to display the Product Stickers in the Delivery
Slip reports.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_delivery_sticker_document report_delivery_sticker_document ir.ui.view qweb Inherits stock.report_delivery_document
view_picking_form stock.picking.form stock.picking form Inherits stock.view_picking_form
view_picking_type_form stock.picking.type.form stock.picking.type form Inherits stock.view_picking_type_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • show_product_stickers Selection
    compute='_compute_show_product_stickers' help='Show Product Stickers on pickings of this type.' readonly=False selection=REPORT_STICKER_POSITIONS store=True
  • sticker_ids Many2many → product.sticker
    comodel_name='product.sticker' compute='_compute_sticker_ids' compute_sudo=True store=False string='Stickers'
Public methods (0)

No public methods.

New fields (1)
  • show_product_stickers Selection
    help='Display Product Stickers on chosen position inside the report.' selection=REPORT_STICKER_POSITIONS
Public methods (0)

No public methods.

Loading…

Loading…