Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.1.1
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:17:45
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Denis Roussel, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
openupgradelib
System dependencies
None
Required by
None
Description

Code Analysis

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

No HTTP endpoints found for this module.

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