Stock Picking Cancel Reason

stock_picking_cancel_reason
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/14.0/stock_picking_cancel_reason
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, sergiocorato, oca-ci, newtratip
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_stock_picking_cancel Reason for the cancellation stock.picking.cancel form New
view_stock_picking_cancel_reason_form Stock Picking Cancel Reason stock.picking.cancel.reason form New
view_stock_picking_cancel_reason_search Stock Picking Cancel Reason stock.picking.cancel.reason search New
view_stock_picking_cancel_reason_tree Stock Picking Cancel Reason stock.picking.cancel.reason tree New
Models touched (3)

New fields (2)
  • cancel_description Text
    readonly=True string='Description for cancellation'
  • cancel_reason_id Many2one → stock.picking.cancel.reason
    comodel_name='stock.picking.cancel.reason' ondelete='restrict' readonly=True string='Reason for cancellation'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    string='Description'
  • reason_id Many2one → stock.picking.cancel.reason
    comodel_name='stock.picking.cancel.reason' required=True string='Reason'
Public methods (1)
  • confirm_cancel(self)

New fields (2)
  • active Boolean
    default=True
  • name Char
    required=True string='Reason' translate=True
Public methods (0)

No public methods.