Skip to content

Releases: coopiteasy/OCB

16.0-imp-odoo-faststart-2026-06-15.0

Choose a tag to compare

[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

Choose a tag to compare

@huguesdk huguesdk released this 02 Jun 09:51
Merge remote-tracking branch 'odoo/18.0' into 18.0

16.0-2026-06-01.0

Choose a tag to compare

@huguesdk huguesdk released this 01 Jun 13:58
Merge remote-tracking branch 'odoo/16.0' into 16.0

18.0-2026-02-20.0

Choose a tag to compare

@huguesdk huguesdk released this 24 Feb 14:51

16.0-2026-02-20.0

Choose a tag to compare

@huguesdk huguesdk released this 24 Feb 14:50

18.0-2026-01-26.0

Choose a tag to compare

@remytms remytms released this 26 Jan 10:38

16.0-2026-01-22.0

Choose a tag to compare

@remytms remytms released this 22 Jan 13:58
Merge remote-tracking branch 'odoo/16.0' into 16.0

16.0-ugess-16-prod-2025-11-12.00

Choose a tag to compare

Merge tag '16.0-ref-membership-report-2025-11-12.00' of github.com:co…

16.0-iotboxless-2025-10-09.00

Choose a tag to compare

[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

Choose a tag to compare

[FIX] pos_six: fix "Element PosId is too long"