Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.2
Category
Warehouse Management
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:09:15
Authors
Odoo Community Association (OCA), BCIM, Raumschmiede.de
Maintainers
Odoo Community Association (OCA), BCIM, Raumschmiede.de
Committers
Jacques-Etienne Baudoux, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_location_form_view stock.location.form (in stock_location_package_restriction) stock.location form Inherits stock.view_location_form
stock_location_search_view stock.location.search (in stock_location_package_restriction) stock.location search Inherits stock.view_location_search
stock_location_tree_view stock.location.tree (in stock_location_package_restriction) stock.location tree Inherits stock.view_location_tree2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • has_package_restriction_violation Boolean
    compute='_compute_package_restriction_violation' search='_search_has_package_restriction_violation'
  • package_restriction Selection
    help='\n Control if the location can contain products not in a package.\n\n Options:\n * False (not set): No restriction, the location can contain products\n with and without package\n * Forbidden: The location cannot have products part of a package\n * Mandatory and unique: The location cannot have products not\n part of a package and you cannot have more than 1 package on\n the location\n * Mandatory and not unique: The location cannot have products\n not part of a package and you may store multiple packages\n on the location\n ' selection=<expr>
  • package_restriction_violation_message Char
    compute='_compute_package_restriction_violation'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…