Files
Odoo-18.0-20251222/module_change_auto_install/readme/DESCRIPTION.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

819 B
Executable File

In odoo, by default some modules are marked as auto installable by the auto_install key present in the manifest.

  • This feature is very useful for "glue" modules that allow two modules to work together. (A typical example is sale_stock which allows sale and stock modules to work together).
  • However, Odoo SA also marks some modules as auto installable, even though this is not technically required. This can happen for modules the company wants to promote like iap, modules with a big wow effect like partner_autocomplete, or some modules they consider useful by default like account_edi. See the discussion: https://github.com/odoo/odoo/issues/71190

This module allows to change by configuration, the list of auto installable modules, adding or removing some modules to auto install.