oca-odoo-pre-commit-hooks 0.2.20__tar.gz → 0.2.22__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/PKG-INFO +126 -111
  2. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/README.md +109 -109
  3. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/setup.py +1 -1
  4. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_odoo_pre_commit_hooks.egg-info/PKG-INFO +126 -111
  5. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_odoo_pre_commit_hooks.egg-info/SOURCES.txt +1 -0
  6. oca_odoo_pre_commit_hooks-0.2.22/src/oca_pre_commit_hooks/__init__.py +1 -0
  7. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_xml.py +66 -96
  8. oca_odoo_pre_commit_hooks-0.2.22/src/oca_pre_commit_hooks/node_xml.py +385 -0
  9. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/tests/test_checks.py +7 -4
  10. oca_odoo_pre_commit_hooks-0.2.22/tests/test_node_xml.py +128 -0
  11. oca_odoo_pre_commit_hooks-0.2.20/src/oca_pre_commit_hooks/__init__.py +0 -1
  12. oca_odoo_pre_commit_hooks-0.2.20/src/oca_pre_commit_hooks/node_xml.py +0 -149
  13. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/LICENSE +0 -0
  14. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/pyproject.toml +0 -0
  15. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/requirements.txt +0 -0
  16. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/setup.cfg +0 -0
  17. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_odoo_pre_commit_hooks.egg-info/dependency_links.txt +0 -0
  18. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_odoo_pre_commit_hooks.egg-info/entry_points.txt +0 -0
  19. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_odoo_pre_commit_hooks.egg-info/not-zip-safe +0 -0
  20. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_odoo_pre_commit_hooks.egg-info/requires.txt +0 -0
  21. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_odoo_pre_commit_hooks.egg-info/top_level.txt +0 -0
  22. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/__main__.py +0 -0
  23. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/base_checker.py +0 -0
  24. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module.py +0 -0
  25. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_csv.py +0 -0
  26. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_fixit.py +0 -0
  27. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_fixit_common.py +0 -0
  28. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_fixit_rules/__init__.py +0 -0
  29. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_fixit_rules/field_string_redundant.py +0 -0
  30. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_fixit_rules/manifest_superfluous_key_rule.py +0 -0
  31. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_fixit_rules/prefer_env_translation.py +0 -0
  32. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_fixit_rules/unused_logger.py +0 -0
  33. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/checks_odoo_module_po.py +0 -0
  34. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/cli.py +0 -0
  35. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/cli_fixit.py +0 -0
  36. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/cli_po.py +0 -0
  37. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/global_parser.py +0 -0
  38. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/src/oca_pre_commit_hooks/utils.py +0 -0
  39. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/tests/test_checks_po.py +0 -0
  40. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/tests/test_fixit.py +0 -0
  41. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/tests/test_pre_commit_hook.py +0 -0
  42. {oca_odoo_pre_commit_hooks-0.2.20 → oca_odoo_pre_commit_hooks-0.2.22}/tests/test_profiling.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oca-odoo-pre-commit-hooks
3
- Version: 0.2.20
3
+ Version: 0.2.22
4
4
  Summary: odoo-pre-commit-hooks to use in pre-commit-config.yml files
5
5
  Home-page: https://github.com/OCA/odoo-pre-commit-hooks
6
6
  Author: Odoo Community Association (OCA)
@@ -51,7 +51,7 @@ Dynamic: summary
51
51
  [![version](https://img.shields.io/pypi/v/oca-odoo-pre-commit-hooks.svg)](https://pypi.org/project/oca-odoo-pre-commit-hooks)
52
52
  [![wheel](https://img.shields.io/pypi/wheel/oca-odoo-pre-commit-hooks.svg)](https://pypi.org/project/oca-odoo-pre-commit-hooks)
53
53
  [![supported-versions](https://img.shields.io/pypi/pyversions/oca-odoo-pre-commit-hooks.svg)](https://pypi.org/project/oca-odoo-pre-commit-hooks)
54
- [![commits-since](https://img.shields.io/github/commits-since/OCA/odoo-pre-commit-hooks/v0.2.20.svg)](https://github.com/OCA/odoo-pre-commit-hooks/compare/v0.2.20...main)
54
+ [![commits-since](https://img.shields.io/github/commits-since/OCA/odoo-pre-commit-hooks/v0.2.22.svg)](https://github.com/OCA/odoo-pre-commit-hooks/compare/v0.2.22...main)
55
55
  [![code-style-black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
56
56
 
57
57
  [//]: # (end-badges)
@@ -80,7 +80,7 @@ Add to your ".pre-commit-config.yaml" configuration file the following input
80
80
 
81
81
  ```yaml
82
82
  - repo: https://github.com/OCA/odoo-pre-commit-hooks
83
- rev: v0.2.20
83
+ rev: v0.2.22
84
84
  hooks:
85
85
  - id: oca-checks-odoo-module
86
86
  - id: oca-checks-po
@@ -424,193 +424,193 @@ options:
424
424
 
425
425
  * csv-duplicate-record-id
426
426
 
427
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/ir.model.access.csv#L5 Duplicate CSV record `access_account_account_type` broken_module/ir.model.access.csv:6
427
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/ir.model.access.csv#L5 Duplicate CSV record `access_account_account_type` broken_module/ir.model.access.csv:6
428
428
 
429
429
  * csv-syntax-error
430
430
 
431
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/syntax_err_module/ir.model.access.csv#L1 'utf-8' codec can't decode byte 0xf1 in position 47: invalid continuation byte
431
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/syntax_err_module/ir.model.access.csv#L1 'utf-8' codec can't decode byte 0xf1 in position 47: invalid continuation byte
432
432
 
433
433
  * field-string-redundant
434
434
 
435
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/models/broken_model.py#L98 The 'string' attribute is redundant and should be removed. (has autofix) You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=field-string-redundant` or `# lint-ignore`
436
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/models/broken_model.py#L130 The 'string' attribute is redundant and should be removed. (has autofix) You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=field-string-redundant` or `# lint-ignore`
437
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/models/broken_model.py#L140 The 'string' attribute is redundant and should be removed. (has autofix) You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=field-string-redundant` or `# lint-ignore`
435
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/models/broken_model.py#L98 The 'string' attribute is redundant and should be removed. (has autofix) You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=field-string-redundant` or `# lint-ignore`
436
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/models/broken_model.py#L130 The 'string' attribute is redundant and should be removed. (has autofix) You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=field-string-redundant` or `# lint-ignore`
437
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/models/broken_model.py#L140 The 'string' attribute is redundant and should be removed. (has autofix) You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=field-string-redundant` or `# lint-ignore`
438
438
 
439
439
  * file-not-used
440
440
 
441
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/__openerp__.py#L1 File "broken_module/report/test_report.xml" is not referenced in the manifest. 🔴 If it is loaded from another source (e.g. a post_init_hook script), just add it under the section "oca_data_manual": ["report/test_report.xml",] to be considered. 🔵 Otherwise, you might want to remove it.
441
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/__openerp__.py#L1 File "broken_module/report/test_report.xml" is not referenced in the manifest. 🔴 If it is loaded from another source (e.g. a post_init_hook script), just add it under the section "oca_data_manual": ["report/test_report.xml",] to be considered. 🔵 Otherwise, you might want to remove it.
442
442
 
443
443
  * manifest-superfluous-key
444
444
 
445
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/__openerp__.py#L32 Delete empty values. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=manifest-superfluous-key` or `# lint-ignore`
446
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/__openerp__.py#L34 Delete empty values. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=manifest-superfluous-key` or `# lint-ignore`
447
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/woversion_module/__manifest__.py#L8 Delete empty values. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=manifest-superfluous-key` or `# lint-ignore`
445
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/__openerp__.py#L32 Delete empty values. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=manifest-superfluous-key` or `# lint-ignore`
446
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/__openerp__.py#L34 Delete empty values. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=manifest-superfluous-key` or `# lint-ignore`
447
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/woversion_module/__manifest__.py#L8 Delete empty values. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=manifest-superfluous-key` or `# lint-ignore`
448
448
 
449
449
  * manifest-syntax-error
450
450
 
451
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/manifest_werror/__manifest__.py#L1 Manifest could not be loaded manifest malformed
452
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/woinit_module/__manifest__.py#L1 Manifest could not be loaded
451
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/manifest_werror/__manifest__.py#L1 Manifest could not be loaded manifest malformed
452
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/woinit_module/__manifest__.py#L1 Manifest could not be loaded
453
453
 
454
454
  * prefer-env-translation
455
455
 
456
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/models/broken_model.py#L247 Use self.env._(...) instead of _(…) directly inside Odoo model methods. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=prefer-env-translation` or `# lint-ignore`
457
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/models/broken_model.py#L264 Use self.env._(...) instead of _(…) directly inside Odoo model methods. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=prefer-env-translation` or `# lint-ignore`
458
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/models/broken_model.py#L267 Use self.env._(...) instead of _(…) directly inside Odoo model methods. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=prefer-env-translation` or `# lint-ignore`
456
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/models/broken_model.py#L247 Use self.env._(...) instead of _(…) directly inside Odoo model methods. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=prefer-env-translation` or `# lint-ignore`
457
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/models/broken_model.py#L264 Use self.env._(...) instead of _(…) directly inside Odoo model methods. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=prefer-env-translation` or `# lint-ignore`
458
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/models/broken_model.py#L267 Use self.env._(...) instead of _(…) directly inside Odoo model methods. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=prefer-env-translation` or `# lint-ignore`
459
459
 
460
460
  * prefer-readme-rst
461
461
 
462
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/README.md#L1 Prefer README.rst instead of README.md
462
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/README.md#L1 Prefer README.rst instead of README.md
463
463
 
464
464
  * unused-logger
465
465
 
466
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/models/model_inhe1.py#L17 Unused `_logger` is not allowed in Odoo models. Remove it if not used. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=unused-logger` or `# lint-ignore`
466
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/models/model_inhe1.py#L17 Unused `_logger` is not allowed in Odoo models. Remove it if not used. You can disable this check by adding the following comment to the affected line or just above it `# lint-ignore=unused-logger` or `# lint-ignore`
467
467
 
468
468
  * use-header-comments
469
469
 
470
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/eleven_module/models.py#L9 Use of header comments in lines 3, 5, 6, 7, 9
470
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/eleven_module/models.py#L9 Use of header comments in lines 3, 5, 6, 7, 9
471
471
 
472
472
  * weblate-component-too-long
473
473
 
474
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/syntax_err_module/__manifest__.py#L1 Repo Name + Odoo version + Module name is too long for weblate component 'big-big-big-big-big-big-big-big-big-big-big-big-big-big-big-big-big--00.0-syntax_err_module' size 91 is longer than 90 characters
474
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/syntax_err_module/__manifest__.py#L1 Repo Name + Odoo version + Module name is too long for weblate component 'big-big-big-big-big-big-big-big-big-big-big-big-big-big-big-big-big--00.0-syntax_err_module' size 91 is longer than 90 characters
475
475
 
476
476
  * xml-create-user-wo-reset-password
477
477
 
478
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/res_users.xml#L10 record res.users without `context="{'no_reset_password': True}"`
478
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/res_users.xml#L10 record res.users without `context="{'no_reset_password': True}"`
479
479
 
480
480
  * xml-dangerous-qweb-replace-low-priority
481
481
 
482
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/template1.xml#L4 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `t-if="False"` first
483
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/template1.xml#L7 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `t-if="False"` first
484
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/template1.xml#L18 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `t-if="False"` first
482
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/template1.xml#L4 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `t-if="False"` first
483
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/template1.xml#L7 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `t-if="False"` first
484
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/template1.xml#L18 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `t-if="False"` first
485
485
 
486
486
  * xml-deprecated-data-node
487
487
 
488
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/demo/duplicated_id_demo.xml#L3 Deprecated `<data>` node Use `<odoo>` instead of `<odoo><data>` or `<odoo noupdate="1">` instead of `<odoo><data noupdate="1">`
489
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view.xml#L3 Deprecated `<data>` node Use `<odoo>` instead of `<odoo><data>` or `<odoo noupdate="1">` instead of `<odoo><data noupdate="1">`
490
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view2.xml#L3 Deprecated `<data>` node Use `<odoo>` instead of `<odoo><data>` or `<odoo noupdate="1">` instead of `<odoo><data noupdate="1">`
488
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/demo/duplicated_id_demo.xml#L3 Deprecated `<data>` node Use `<odoo>` instead of `<odoo><data>` or `<odoo noupdate="1">` instead of `<odoo><data noupdate="1">`
489
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view.xml#L3 Deprecated `<data>` node Use `<odoo>` instead of `<odoo><data>` or `<odoo noupdate="1">` instead of `<odoo><data noupdate="1">`
490
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view2.xml#L3 Deprecated `<data>` node Use `<odoo>` instead of `<odoo><data>` or `<odoo noupdate="1">` instead of `<odoo><data noupdate="1">`
491
491
 
492
492
  * xml-deprecated-oe-chatter
493
493
 
494
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/odoo18_module/views/deprecated_chatter.xml#L6 Please replace old style chatters with the new tag <chatter/>.
494
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/odoo18_module/views/deprecated_chatter.xml#L6 Please replace old style chatters with the new tag <chatter/>.
495
495
 
496
496
  * xml-deprecated-openerp-node
497
497
 
498
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view.xml#L2 Deprecated `<openerp>` xml node Use `<odoo>` instead
499
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view2.xml#L2 Deprecated `<openerp>` xml node Use `<odoo>` instead
500
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/model_view.xml#L2 Deprecated `<openerp>` xml node Use `<odoo>` instead
498
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view.xml#L2 Deprecated `<openerp>` xml node Use `<odoo>` instead
499
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view2.xml#L2 Deprecated `<openerp>` xml node Use `<odoo>` instead
500
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/model_view.xml#L2 Deprecated `<openerp>` xml node Use `<odoo>` instead
501
501
 
502
502
  * xml-deprecated-qweb-directive
503
503
 
504
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L7 Deprecated QWeb directive `t-esc-options`. Use `t-options` instead
505
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L37 Deprecated QWeb directive `t-field-options`. Use `t-options` instead
504
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L7 Deprecated QWeb directive `t-esc-options`. Use `t-options` instead
505
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L42 Deprecated QWeb directive `t-field-options`. Use `t-options` instead
506
506
 
507
507
  * xml-deprecated-qweb-directive-15
508
508
 
509
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/odoo18_module/views/deprecated_qweb_directives15.xml#L6 Deprecated QWeb directive `t-esc`. Use `t-out` instead
510
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/odoo18_module/views/deprecated_qweb_directives15.xml#L7 Deprecated QWeb directive `t-raw`. Use `t-out` instead
511
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/odoo18_module/views/deprecated_qweb_directives15.xml#L13 Deprecated QWeb directive `t-esc`. Use `t-out` instead
509
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/odoo18_module/views/deprecated_qweb_directives15.xml#L6 Deprecated QWeb directive `t-esc`. Use `t-out` instead
510
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/odoo18_module/views/deprecated_qweb_directives15.xml#L7 Deprecated QWeb directive `t-raw`. Use `t-out` instead
511
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/odoo18_module/views/deprecated_qweb_directives15.xml#L15 Deprecated QWeb directive `t-esc`. Use `t-out` instead
512
512
 
513
513
  * xml-deprecated-tree-attribute
514
514
 
515
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo.xml#L31 Deprecated "<tree string=..."
516
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo.xml#L42 Deprecated "<tree colors=..."
517
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo.xml#L53 Deprecated "<tree fonts=..."
515
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo.xml#L31 Deprecated "<tree string=..."
516
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo.xml#L42 Deprecated "<tree colors=..."
517
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo.xml#L53 Deprecated "<tree fonts=..."
518
518
 
519
519
  * xml-double-quotes-py
520
520
 
521
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/model_view.xml#L10 Escaped double quotes " for python code detected use Use single quote instead: `state in ('done')`
522
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/model_view.xml#L20 Escaped double quotes " for python code detected Use single quote instead: `{'group_by': ['name']}`
523
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/model_view.xml#L22 Escaped double quotes " for python code detected use Use single quote instead: `[('state', '=', 'done')]`
521
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/model_view.xml#L10 Escaped double quotes " for python code detected use Use single quote instead: `state in ('done')`
522
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/model_view.xml#L20 Escaped double quotes " for python code detected Use single quote instead: `{'group_by': ['name']}`
523
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/model_view.xml#L22 Escaped double quotes " for python code detected use Use single quote instead: `[('state', '=', 'done')]`
524
524
 
525
525
  * xml-duplicate-fields
526
526
 
527
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L5 Duplicate xml field `name` broken_module/model_view_odoo2.xml:12
528
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L22 Duplicate xml field `model` broken_module/model_view_odoo2.xml:23
529
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L80 Duplicate xml field `arch` broken_module/model_view_odoo2.xml:83
527
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L5 Duplicate xml field `name` broken_module/model_view_odoo2.xml:12
528
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L22 Duplicate xml field `model` broken_module/model_view_odoo2.xml:23
529
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L80 Duplicate xml field `arch` broken_module/model_view_odoo2.xml:83
530
530
 
531
531
  * xml-duplicate-record-id
532
532
 
533
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view.xml#L5 Duplicate xml record id `view_model_form` broken_module/model_view_odoo.xml:5 broken_module/model_view_odoo2.xml:4
534
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view2.xml#L5 Duplicate xml record id `view_model_form2` broken_module/model_view_odoo2.xml:16
533
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view.xml#L5 Duplicate xml record id `view_model_form` broken_module/model_view_odoo.xml:5 broken_module/model_view_odoo2.xml:4
534
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view2.xml#L5 Duplicate xml record id `view_model_form2` broken_module/model_view_odoo2.xml:16
535
535
 
536
536
  * xml-duplicate-template-id
537
537
 
538
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/template1.xml#L3 Duplicate xml template id `qweb/my_template1_noupdate_0` broken_module/template1_copy2.xml:3
539
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/template1.xml#L10 Duplicate xml template id `qweb/my_template2_noupdate_0` broken_module/template1_copy2.xml:10
540
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/template1.xml#L17 Duplicate xml template id `qweb/my_template3_noupdate_0` broken_module/template1_copy2.xml:17
538
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/template1.xml#L3 Duplicate xml template id `qweb/my_template1_noupdate_0` broken_module/template1_copy2.xml:3
539
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/template1.xml#L10 Duplicate xml template id `qweb/my_template2_noupdate_0` broken_module/template1_copy2.xml:10
540
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/template1.xml#L17 Duplicate xml template id `qweb/my_template3_noupdate_0` broken_module/template1_copy2.xml:17
541
541
 
542
542
  * xml-field-bool-without-eval
543
543
 
544
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/demo/duplicated_id_demo.xml#L18 Field `active` with boolean value without `eval` attribute
545
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L18 Field `active` with boolean value without `eval` attribute
544
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/demo/duplicated_id_demo.xml#L18 Field `active` with boolean value without `eval` attribute
545
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L18 Field `active` with boolean value without `eval` attribute
546
546
 
547
547
  * xml-field-numeric-without-eval
548
548
 
549
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/demo/duplicated_id_demo.xml#L8 Field `priority` with numeric value without `eval` attribute
550
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/demo/duplicated_id_demo.xml#L22 Field `sequence` with numeric value without `eval` attribute
551
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view2.xml#L62 Field `priority` with numeric value without `eval` attribute
549
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/demo/duplicated_id_demo.xml#L8 Field `priority` with numeric value without `eval` attribute
550
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/demo/duplicated_id_demo.xml#L22 Field `sequence` with numeric value without `eval` attribute
551
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view2.xml#L62 Field `priority` with numeric value without `eval` attribute
552
552
 
553
553
  * xml-header-missing
554
554
 
555
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L1 XML missing header
556
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/xml_wo_header.xml#L1 XML missing header
555
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L1 XML missing header
556
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/xml_wo_header.xml#L1 XML missing header
557
557
 
558
558
  * xml-header-wrong
559
559
 
560
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/demo/duplicated_id_demo.xml#L1 XML header expected '<?xml version="1.0" encoding="UTF-8" ?>' but received '<?xml version="1.0" encoding="utf-8"?>'
561
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/deprecated_disable.xml#L1 XML header expected '<?xml version="1.0" encoding="UTF-8" ?>' but received '<?xml version="1.0" encoding="utf-8" ?>'
562
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view.xml#L1 XML header expected '<?xml version="1.0" encoding="UTF-8" ?>' but received '<?xml version="1.0" encoding="utf-8"?>'
560
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/demo/duplicated_id_demo.xml#L1 XML header expected '<?xml version="1.0" encoding="UTF-8" ?>' but received '<?xml version="1.0" encoding="utf-8"?>'
561
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/deprecated_disable.xml#L1 XML header expected '<?xml version="1.0" encoding="UTF-8" ?>' but received '<?xml version="1.0" encoding="utf-8" ?>'
562
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view.xml#L1 XML header expected '<?xml version="1.0" encoding="UTF-8" ?>' but received '<?xml version="1.0" encoding="utf-8"?>'
563
563
 
564
564
  * xml-id-position-first
565
565
 
566
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/deprecated_disable.xml#L4 The "id" attribute must be first `<record id="duplicate_record" model=...` Use `<record id="duplicate_record" model=...` instead
567
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L43 The "id" attribute must be first `<record id="view_ir_config_search" model=...` Use `<record id="view_ir_config_search" model=...` instead
568
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L68 The "id" attribute must be first `<record id="access_rule" model=...` Use `<record id="access_rule" model=...` instead
566
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/deprecated_disable.xml#L4 The "id" attribute must be first `<record id="duplicate_record" model=...` Use `<record id="duplicate_record" model=...` instead
567
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L43 The "id" attribute must be first `<record id="view_ir_config_search" model=...` Use `<record id="view_ir_config_search" model=...` instead
568
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L68 The "id" attribute must be first `<record id="access_rule" model=...` Use `<record id="access_rule" model=...` instead
569
569
 
570
570
  * xml-not-valid-char-link
571
571
 
572
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L59 The resource in in src/href contains a not valid character
573
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L61 The resource in in src/href contains a not valid character
572
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L64 The resource in in src/href contains a not valid character
573
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L66 The resource in in src/href contains a not valid character
574
574
 
575
575
  * xml-oe-structure-missing-id
576
576
 
577
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L9 Consider removing the class `oe_structure` or adding a proper id to the tag. The id must contain `oe_structure`
578
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L13 Consider removing the class `oe_structure` or adding a proper id to the tag. The id must contain `oe_structure`
579
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L41 Consider removing the class `oe_structure` or adding a proper id to the tag. The id must contain `oe_structure`
577
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L9 Consider removing the class `oe_structure` or adding a proper id to the tag. The id must contain `oe_structure`
578
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L13 Consider removing the class `oe_structure` or adding a proper id to the tag. The id must contain `oe_structure`
579
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L46 Consider removing the class `oe_structure` or adding a proper id to the tag. The id must contain `oe_structure`
580
580
 
581
581
  * xml-record-missing-id
582
582
 
583
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view.xml#L25 Record has no id, add a unique one to create a new record, use an existing one to update it
584
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view.xml#L28 Record has no id, add a unique one to create a new record, use an existing one to update it
583
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view.xml#L25 Record has no id, add a unique one to create a new record, use an existing one to update it
584
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view.xml#L28 Record has no id, add a unique one to create a new record, use an existing one to update it
585
585
 
586
586
  * xml-redundant-module-name
587
587
 
588
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view2.xml#L15 Redundant module name `<record id="broken_module.view_model_form2"` Use `<record id="view_model_form2"` instead
589
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L158 Redundant module name `<menuitem id="broken_module.menu_root"` Use `<menuitem id="menu_root"` instead
590
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view_odoo2.xml#L165 Redundant module name `<menuitem id="broken_module.menu_root2"` Use `<menuitem id="menu_root2"` instead
588
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view2.xml#L15 Redundant module name `<record id="broken_module.view_model_form2"` Use `<record id="view_model_form2"` instead
589
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L158 Redundant module name `<menuitem id="broken_module.menu_root"` Use `<menuitem id="menu_root"` instead
590
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view_odoo2.xml#L165 Redundant module name `<menuitem id="broken_module.menu_root2"` Use `<menuitem id="menu_root2"` instead
591
591
 
592
592
  * xml-syntax-error
593
593
 
594
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/file_no_exist.xml#L1 [Errno 2] No such file or directory: ''
595
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/file_no_exist.xml#L1 [Errno 2] No such file or directory: ''
594
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/file_no_exist.xml#L1 [Errno 2] No such file or directory: ''
595
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/file_no_exist.xml#L1 [Errno 2] No such file or directory: ''
596
596
 
597
597
  * xml-template-prettier-incompatible
598
598
 
599
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L22 Node `<textarea ...><t t-out=...` incompatible for Prettier XML auto-fix. To prevent unexpected text insertion prefer `<textarea t-out=...`
600
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L24 Node `<textarea ...><t t-out=...` incompatible for Prettier XML auto-fix. To prevent unexpected text insertion prefer `<textarea t-out=...`
601
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/website_templates.xml#L26 Node `<textarea ...><t t-out=...` incompatible for Prettier XML auto-fix. To prevent unexpected text insertion prefer `<textarea t-out=...`
599
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L22 Node `<textarea ...><t t-out=...` incompatible for Prettier XML auto-fix. To prevent unexpected text insertion prefer `<textarea t-out=...`
600
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L24 Node `<textarea ...><t t-out=...` incompatible for Prettier XML auto-fix. To prevent unexpected text insertion prefer `<textarea t-out=...`
601
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/website_templates.xml#L26 Node `<textarea ...><t t-out=...` incompatible for Prettier XML auto-fix. To prevent unexpected text insertion prefer `<textarea t-out=...`
602
602
 
603
603
  * xml-view-dangerous-replace-low-priority
604
604
 
605
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view2.xml#L25 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `invisible="1"` first
606
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view2.xml#L37 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `invisible="1"` first
607
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view2.xml#L47 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `invisible="1"` first
605
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view2.xml#L25 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `invisible="1"` first
606
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view2.xml#L37 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `invisible="1"` first
607
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view2.xml#L47 Dangerous use of `replace` from view with priority 0 < 99 Only replace as a last resort. Try `position="attributes"`, `position="move"` or `invisible="1"` first
608
608
 
609
609
  * xml-xpath-translatable-item
610
610
 
611
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/model_view.xml#L11 Use of translatable xpath `text()`
612
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/template1.xml#L39 Use of translatable xpath `text()`
613
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/template1_copy.xml#L31 Use of translatable xpath `text()`
611
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/model_view.xml#L11 Use of translatable xpath `text()`
612
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/template1.xml#L39 Use of translatable xpath `text()`
613
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/template1_copy.xml#L31 Use of translatable xpath `text()`
614
614
 
615
615
  [//]: # (end-example)
616
616
 
@@ -622,49 +622,49 @@ options:
622
622
 
623
623
  * po-duplicate-message-definition
624
624
 
625
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L17 Duplicate PO message definition `Branch` in lines 23, 29. Odoo exports these items by msgid and delete one of them. Use the `i18n_extra` folder instead of `i18n` to ignore this message.
626
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L35 Duplicate PO message definition `Message id toooooooooooooooooooooooooooo...` in lines 41. Odoo exports these items by msgid and delete one of them. Use the `i18n_extra` folder instead of `i18n` to ignore this message.
627
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L65 Duplicate PO message definition `One variable {variable1}` in lines 71. Odoo exports these items by msgid and delete one of them. Use the `i18n_extra` folder instead of `i18n` to ignore this message.
625
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L17 Duplicate PO message definition `Branch` in lines 23, 29. Odoo exports these items by msgid and delete one of them. Use the `i18n_extra` folder instead of `i18n` to ignore this message.
626
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L35 Duplicate PO message definition `Message id toooooooooooooooooooooooooooo...` in lines 41. Odoo exports these items by msgid and delete one of them. Use the `i18n_extra` folder instead of `i18n` to ignore this message.
627
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L65 Duplicate PO message definition `One variable {variable1}` in lines 71. Odoo exports these items by msgid and delete one of them. Use the `i18n_extra` folder instead of `i18n` to ignore this message.
628
628
 
629
629
  * po-duplicate-model-definition
630
630
 
631
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L17 Translation for model:ir.model.fields,field_description:broken_module.field_wizard_description has been defined more than once in line(s) 29
632
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L35 Translation for model:ir.model.fields,field_description2:broken_module.field_wizard_description2 has been defined more than once in line(s) 41
633
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L59 Translation for model:ir.model.fields,field_description5:broken_module.field_wizard_description5 has been defined more than once in line(s) 65
634
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/i18n/fr.po#L24 Translation for model:ir.model.fields,field_description2:test_module.field_description2 has been defined more than once in line(s) 24
635
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/i18n/fr.po#L31 Translation for model:ir.model.fields,field_description5:test_module.field_description5 has been defined more than once in line(s) 31
636
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/i18n/fr.po#L38 Translation for model:ir.model.fields,field_description3:test_module.field_description3 has been defined more than once in line(s) 38
637
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/i18n/fr.po#L45 Translation for model:ir.model.fields,field_description4:test_module.field_description4 has been defined more than once in line(s) 45
631
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L17 Translation for model:ir.model.fields,field_description:broken_module.field_wizard_description has been defined more than once in line(s) 29
632
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L35 Translation for model:ir.model.fields,field_description2:broken_module.field_wizard_description2 has been defined more than once in line(s) 41
633
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L59 Translation for model:ir.model.fields,field_description5:broken_module.field_wizard_description5 has been defined more than once in line(s) 65
634
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/i18n/fr.po#L24 Translation for model:ir.model.fields,field_description2:test_module.field_description2 has been defined more than once in line(s) 24
635
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/i18n/fr.po#L31 Translation for model:ir.model.fields,field_description5:test_module.field_description5 has been defined more than once in line(s) 31
636
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/i18n/fr.po#L38 Translation for model:ir.model.fields,field_description3:test_module.field_description3 has been defined more than once in line(s) 38
637
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/i18n/fr.po#L45 Translation for model:ir.model.fields,field_description4:test_module.field_description4 has been defined more than once in line(s) 45
638
638
 
639
639
  * po-pretty-format
640
640
 
641
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/ar_unicode.po Wrong formatting
642
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/broken_module.pot Wrong formatting
643
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po Wrong formatting
644
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/xml_semi_empty.po Wrong formatting
645
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/eleven_module/i18n/ugly.po Wrong formatting
646
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/test_module/i18n/fr.po Wrong formatting
641
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/ar_unicode.po Wrong formatting
642
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/broken_module.pot Wrong formatting
643
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po Wrong formatting
644
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/xml_semi_empty.po Wrong formatting
645
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/eleven_module/i18n/ugly.po Wrong formatting
646
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/test_module/i18n/fr.po Wrong formatting
647
647
 
648
648
  * po-python-parse-format
649
649
 
650
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L53 Translation string couldn't be parsed correctly using str.format IndexError('Replacement index 1 out of range for positional args tuple')
651
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L59 Translation string couldn't be parsed correctly using str.format IndexError('Replacement index 1 out of range for positional args tuple')
652
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L65 Translation string couldn't be parsed correctly using str.format KeyError('variable2')
653
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L71 Translation string couldn't be parsed correctly using str.format KeyError('variable2')
650
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L53 Translation string couldn't be parsed correctly using str.format IndexError('Replacement index 1 out of range for positional args tuple')
651
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L59 Translation string couldn't be parsed correctly using str.format IndexError('Replacement index 1 out of range for positional args tuple')
652
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L65 Translation string couldn't be parsed correctly using str.format KeyError('variable2')
653
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L71 Translation string couldn't be parsed correctly using str.format KeyError('variable2')
654
654
 
655
655
  * po-python-parse-printf
656
656
 
657
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L47 Translation string couldn't be parsed correctly using str%variables TypeError('not all arguments converted during string formatting')
658
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/es.po#L83 Translation string couldn't be parsed correctly using str%variables TypeError('%d format: a real number is required, not str')
657
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L47 Translation string couldn't be parsed correctly using str%variables TypeError('not all arguments converted during string formatting')
658
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/es.po#L83 Translation string couldn't be parsed correctly using str%variables TypeError('%d format: a real number is required, not str')
659
659
 
660
660
  * po-requires-module
661
661
 
662
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module/i18n/broken_module.pot#L14 Translation entry requires comment `#. module: MODULE`
662
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module/i18n/broken_module.pot#L14 Translation entry requires comment `#. module: MODULE`
663
663
 
664
664
  * po-syntax-error
665
665
 
666
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/broken_module2/i18n/en.po#L1 Syntax error in po file
667
- - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.20/test_repo/syntax_err_module/i18n/es.po#L19 Syntax error in po file
666
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/broken_module2/i18n/en.po#L1 Syntax error in po file
667
+ - https://github.com/OCA/odoo-pre-commit-hooks/blob/v0.2.22/test_repo/syntax_err_module/i18n/es.po#L19 Syntax error in po file
668
668
 
669
669
  [//]: # (end-example-po)
670
670
 
@@ -680,10 +680,25 @@ and promote its widespread use.
680
680
  CHANGES
681
681
  =======
682
682
 
683
+ v0.2.22
684
+ -------
685
+
686
+ * [FIX] xml-double-quotes-py: fix tag detection and report exact attribute line (#188)
687
+
688
+ v0.2.21
689
+ -------
690
+
691
+ * [FIX] checks\_odoo\_module\_xml: return bytes from \_get\_first\_tag
692
+ * [FIX] test: Fix tmp dir for win
693
+ * fix xml-double-quotes-py
694
+ * [FIX] xml-id-position-first: preserve XML formatting during attr reordering
695
+ * [FIX] xml-deprecated-qweb-directive-15: preserve XML formatting during autofix
696
+ * [REF] tests: Add new corner case
697
+
683
698
  v0.2.20
684
699
  -------
685
700
 
686
- * [REF] pre-commit-hooks: Use better description instead of duplicated
701
+ * [REF] pre-commit-hooks: Use better description of the hook (#180)
687
702
 
688
703
  v0.2.19
689
704
  -------