Releases: coopiteasy/OCB
Releases · coopiteasy/OCB
Release list
16.0-imp-odoo-faststart-2026-06-15.0
[IMP] make odoo start up (much) faster
* to find out static file paths, instead of loading the manifest of all
modules found on the addons_path, load them only as they are needed.
this solves 3 problems:
1. it makes odoo start up much faster, as only the manifest of the
modules of which static files are accessed are loaded instead of
traversing the whole addons_path, searching for modules and loading
all the manifest files.
2. it avoids a race condition at startup in threaded mode, where
multiple threads access Application.statics while it has not been
computed yet, resulting in each thread computing it, further
slowing down the startup.
3. if the same module is available multiple times on the addons_path,
the first one found will be used for static files instead of the
last one found, what does not match the loading of the other files.
* remove the default argument value of _get_manifest_cache() and fix
calls to include the value, to be able to re-use the cached values
instead of re-computing them without the argument.
18.0-2026-06-01.0
Merge remote-tracking branch 'odoo/18.0' into 18.0
16.0-2026-06-01.0
Merge remote-tracking branch 'odoo/16.0' into 16.0
18.0-2026-02-20.0
full changelog: 18.0-2026-01-26.0...18.0-2026-02-20.0
16.0-2026-02-20.0
full changelog: 16.0-2026-01-22.0...16.0-2026-02-20.0
18.0-2026-01-26.0
Full Changelog: 18.0-2025-09-01.00...18.0-2026-01-26.0
16.0-2026-01-22.0
Merge remote-tracking branch 'odoo/16.0' into 16.0
16.0-ugess-16-prod-2025-11-12.00
Merge tag '16.0-ref-membership-report-2025-11-12.00' of github.com:co…
16.0-iotboxless-2025-10-09.00
[IMP] bring back iotboxless (posboxless) mode allow iot box (formerly known as posbox) code to run on a gnu/linux pos computer. in earlier odoo versions, this was possible and known as posboxless.
16.0-fix-pos_six-posid-too-long-2025-10-09.00
[FIX] pos_six: fix "Element PosId is too long"