Stock operations hidden in delivery slips

stock_picking_move_line_no_print
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/19.0/stock_picking_move_line_no_print
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYInventory/Delivery
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Eduardo de Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to hide selected move lines in the delivery slip.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
stock_report_delivery_aggregated_move_lines stock_report_delivery_aggregated_move_lines ir.ui.view qweb Inherits stock.stock_report_delivery_aggregated_move_lines
view_move_form stock.move field Inherits stock.view_move_form
view_picking_form stock.picking xpath Inherits stock.view_picking_form
view_picking_move_tree stock.move field Inherits stock.view_picking_move_tree
Models touched (2)

New fields (1)
  • display_in_report Boolean
    default=True help='Whether to show it or not to customers in delivery slips'
Public methods (0)

No public methods.

New fields (1)
  • display_in_report Boolean
    related='move_id.display_in_report'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
PULL REQUEST
PULL REQUEST[18.0][MIG] stock_picking_move_line_no_print: Migration to 18.0 (#2243)