Stock Location Restrict Procurement Group

stock_location_restrict_procurement_group
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/10.0/stock_location_restrict_procurement_group
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
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, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
view_location_restrict_search stock.location.restrict.search(in stock_location_restrict_group) stock.location field Inherits stock.view_location_search
view_location_restricted_form stock.location.restricted_form stock.location field Inherits stock.view_location_form
view_location_restricted_tree2 stock.location.restricted.tree stock.location field Inherits stock.view_location_tree2
view_move_picking_tree stock.move.tree (in stock_location_restrict_group) stock.move field Inherits stock.view_move_picking_tree
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_procurement_group_search procurement.group.search(in stock_location_restrict_group) procurement.group search New
Models touched (4)

New fields (3)
  • group_restricted Boolean
    help='Check this if you want to restrict transfers to one procurement group only' args: 'Group Restricted'
  • restricted_group Many2one → procurement.group
    compute='_compute_restricted_group' search='_search_restricted_group' args: 'procurement.group'
  • restricted_group_name Char
    related='restricted_group.name'
Public methods (0)

No public methods.

New fields (1)
  • restricted Boolean
    compute='_compute_restricted' string='Restricted'
Public methods (1)
  • restricted_move(self)
    @api.multi

New fields (1)
  • restricted Boolean
    compute='_compute_restricted'
Public methods (1)
  • restricted_op(self)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • do_new_transfer(self)
    @api.multi