Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.05 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
Denis Roussel, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module prevents the user from updating the quantity on a quant if some
quantity has been put as done on a move line not yet validated for the same
product, location, lot and package.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view res.config.settings form Inherits stock.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • stock_quant_no_inventory_if_being_picked Boolean
    default=False help='If checked, the system will prevent inventory of stock quants if some quantities are currently being picked for the same product, location, lot and package.' string='Stock quant no inventory if being picked'
Public methods (0)

No public methods.

New fields (1)
  • stock_quant_no_inventory_if_being_picked Boolean
    readonly=False related='company_id.stock_quant_no_inventory_if_being_picked'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)