TIP: You can type at any time to perform a new search.
Stock Picking Report - Product Sticker
stock_picking_report_product_sticker · OCA/stock-logistics-reporting
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_stickersSelectioncompute='_compute_show_product_stickers'help='Show Product Stickers on pickings of this type.'readonly=Falseselection=REPORT_STICKER_POSITIONSstore=True -
sticker_idsMany2many → product.stickercomodel_name='product.sticker'compute='_compute_sticker_ids'compute_sudo=Truestore=Falsestring='Stickers'
No public methods.
New fields (1)
-
show_product_stickersSelectionhelp='Display Product Stickers on chosen position inside the report.'selection=REPORT_STICKER_POSITIONS
No public methods.
Loading…
Loading…