Files
Odoo-18.0-20251222/module_auto_update/readme/CONFIGURE.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

11 lines
486 B
Markdown
Executable File

This module supports the following system parameters:
- `module_auto_update.exclude_patterns`: comma-separated list of file
name patterns to ignore when computing addon checksums. Defaults to
`*.pyc,*.pyo,i18n/*.pot,i18n_extra/*.pot,static/*,tests/*`. Filename patterns
must be compatible with the python `fnmatch` function.
In addition to the above pattern, .po files corresponding to languages
that are not installed in the Odoo database are ignored when computing
checksums.