in wms · source on GitHub
Extend reservation to full content of location
Category: Warehouse Management · MT Software · BCIM · ACSONE SA/NV · AGPL-3
| Series | Status | Details |
|---|---|---|
| 16.0 | ✗Install error | НЕРОЗПІЗНАНО: TypeError: unsupported operand type(s) for |: '_LiteralGenericAlias' and 'NoneType' · run 2026-08-21 |
| 17.0 | —Not tested | no branch |
| 18.0 | —Not tested | no branch |
| 19.0 | —Not tested | no branch |
| master | —Not tested | no branch |
| Module | Status | Checked |
|---|---|---|
| stock | core | ships with Odoo |
| Last change | 2026-07-17 |
| Code commits, 12 months | 7 |
| Most active | Laurent Mignon (ACSONE), Denis Roussel, Michael Tietz |
| Files | 21 |
Translation and bot commits are excluded from the commit count.
2026-08-21 16:46:06,743 1 CRITICAL job_dfd55e35c834 odoo.modules.module: Couldn't load module stock_full_location_reservation
2026-08-21 16:46:06,743 1 CRITICAL job_dfd55e35c834 odoo.modules.module: unsupported operand type(s) for |: '_LiteralGenericAlias' and 'NoneType'
2026-08-21 16:46:06,745 1 WARNING job_dfd55e35c834 odoo.modules.loading: Transient module states were reset
2026-08-21 16:46:06,746 1 ERROR job_dfd55e35c834 odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 87, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 493, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 374, in load_marked_modules
loaded, processed = load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 190, in load_module_graph
load_openerp_module(package.name)
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 471, in load_openerp_module
__import__('odoo.addons.' + module_name)
File "/mnt/pool/stock_full_location_reservation/__init__.py", line 1, in <module>
from . import models
File "/mnt/pool/stock_full_location_reservation/models/__init__.py", line 1, in <module>
from . import stock_move
File "/mnt/pool/stock_full_location_reservation/models/stock_move.py", line 12, in <module>
class StockMove(models.Model):
File "/mnt/pool/stock_full_location_reservation/models/stock_move.py", line 140, in StockMove
reservation_mode: Literal["strict", "package", "product"] | None = None,
TypeError: unsupported operand type(s) for |: '_LiteralGenericAlias' and 'NoneType'
2026-08-21 16:46:06,747 1 CRITICAL job_dfd55e35c834 odoo.service.server: Failed to initialize database `job_dfd55e35c834`.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1333, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-16>", line 2, in new
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 87, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 493, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 374, in load_marked_modules
loaded, processed = load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 190, in load_module_graph
load_openerp_module(package.name)
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 471, in load_openerp_module
__import__('odoo.addons.' + module_name)
File "/mnt/pool/stock_full_location_reservation/__init__.py", line 1, in <module>
from . import models
File "/mnt/pool/stock_full_location_reservation/models/__init__.py", line 1, in <module>
from . import stock_move
File "/mnt/pool/stock_full_location_reservation/models/stock_move.py", line 12, in <module>
class StockMove(models.Model):
File "/mnt/pool/stock_full_location_reservation/models/stock_move.py", line 140, in StockMove
reservation_mode: Literal["strict", "package", "product"] | None = None,
TypeError: unsupported operand type(s) for |: '_LiteralGenericAlias' and 'NoneType'Result looks wrong? Tell us — we will show the log or run it again. Report a wrong result
Data updated 2026-08-21 18:00 UTC · we publish the install log with a date, not a vendor rating · CSV and JSON are open
Questions or a wrong result: open an issue or hello@allservices.one
Independent project. Not affiliated with Odoo S.A. or the Odoo Community Association.