Stock Move Priority Management

stock_move_manage_priority
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/16.0/stock_move_manage_priority
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYstock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSDenis Roussel, Weblate, OCA-git-bot, oca-ci, hda
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - 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 (4)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form (in stock_move_manage_priority) res.config.settings xpath Inherits stock.res_config_settings_view_form
view_move_tree stock.move.tree (in stock_move_priority_manage) stock.move field Inherits stock.view_move_tree
view_picking_form view.picking.form (in stock_move_priority_manage) stock.picking xpath Inherits stock.view_picking_form
view_picking_move_tree stock.picking.move.tree (in stock_move_priority_manage) stock.move field Inherits stock.view_picking_move_tree
Models touched (3)

New fields (1)
  • stock_move_manage_priority Boolean
    default=False string='Manage Move Priority'
Public methods (0)

No public methods.

New fields (1)
  • stock_move_manage_priority Boolean
    readonly=False related='company_id.stock_move_manage_priority' store=True
Public methods (0)

No public methods.

New fields (2)
  • is_priority_editable Boolean
    compute='_compute_is_priority_editable'
  • priority Selection
    inverse='_inverse_priority' readonly=False
Public methods (0)

No public methods.