Repository
OCA/stock-logistics-availability · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-availability
Last tracking update
2026-08-07 08:43:05
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
stock_available_to_promise_release_exclude_location
Description
This module adds a boolean to exclude the tagged stock locations from
the stock available immediately.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_location_form_view stock.location.form (in alc_stock_available_immediately) stock.location form Inherits stock.view_location_form
stock_location_search_view stock.location.search (in alc_stock_available_immediately) stock.location search Inherits stock.view_location_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • exclude_from_immediately_usable_qty Boolean
    default=False help='This property is not inherited by children locations' index=True args: 'Exclude from immediately usable quantity'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

Loading…

Loading…