You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
484 B

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