Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.2.2
Category
Uncategorized
Folder size
0.09 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
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Laurent Mignon (ACSONE), Denis Roussel, Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior, Nicolas Delbovier
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_product_restriction) stock.location form Inherits stock.view_location_form
stock_location_search_view stock.location.search (in stock_location_product_restriction) stock.location search Inherits stock.view_location_search
stock_location_tree_view stock.location.tree (in stock_location_unique_product) stock.location tree Inherits stock.view_location_tree2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (5)
  • has_restriction_violation Boolean
    compute='_compute_restriction_violation' recursive=True search='_search_has_restriction_violation'
  • parent_product_restriction Selection
    readonly=True recursive=True related='location_id.product_restriction' store=True string='Parent Location Product Restriction'
  • product_restriction Selection
    compute='_compute_product_restriction' default='any' help="If 'Same product' is selected the system will prevent to put items of different products into the same location." index=True recursive=True required=True selection=<expr> store=True
  • restriction_violation_message Char
    compute='_compute_restriction_violation' recursive=True
  • specific_product_restriction Selection
    default=False help='If specified the restriction specified will apply to the current location and all its children' selection=<expr>
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…