Description: Test pylint
Commit: odoo:0ce5baf2  
Subject: [FIX] website_sale: dynamic filters as a visitor
Author: Florian Malfroid
Commit: duong-addons:87c7996f  
Subject: [MISC] d_social*: reduce price
Author: daiduongnguyen-odoo
Build time: 16m
Wait time: 2h
Load time: 16m19s
Date Level Type Message
2026-03-23 03:40:21 INFO runbot Init build environment with config Parallel Testing
2026-03-23 03:40:21 Starting step test_pylint from config Parallel Testing
2026-03-23 03:40:21 Using Dockerfile Tag odoo:Docker18
2026-03-23 03:40:51 INFO server odoo.modules.loading:360 1 modules loaded in 19.24s, 9274 queries (+9274 extra)
2026-03-23 03:41:09 ERROR server odoo.addons.test_lint.tests.test_dunderinit:23
FAIL: TestDunderinit.test_dunderinit
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_dunderinit.py", line 23, in test_dunderinit
    self.assertTrue(dunderinit_path.is_file(), "Missing `__init__.py ` in module %s" % mod)
AssertionError: False is not true : Missing `__init__.py ` in module d_crm_kanban_currency
2026-03-23 03:42:15 ERROR server odoo.addons.test_lint.tests.test_eslint:50
FAIL: TestESLint.test_eslint
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_eslint.py", line 50, in test_eslint
    self._test_eslint(basic_test, file_path('test_lint/tests/eslintrc'))
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_eslint.py", line 39, in _test_eslint
    self.assertEqual(process.returncode, 0, msg=f"""
AssertionError: 1 != 0 : 
stdout: 
/data/build/duong-addons/d_discuss_attachment_advance/static/src/discuss/core/common/link_attachment_panel.js
  6:21  error  'onWillStart' is defined but never used        no-unused-vars
  6:34  error  'onWillUpdateProps' is defined but never used  no-unused-vars
  8:25  error  'useVisible' is defined but never used         no-unused-vars

/data/build/duong-addons/d_discuss_channel_quick_favorite_emojis/static/src/discuss/core/common/favorite_emoji_panel.js
  7:1  error  '@odoo/owl' import is duplicated  no-duplicate-imports

/data/build/duong-addons/d_gemini_ai_connector/static/src/js/wysiwyg/widgets/gemini_alternatives_dialog.js
  282:22  error  '_t' is not defined  no-undef

/data/build/duong-addons/d_gemini_ai_connector/static/src/js/wysiwyg/widgets/gemini_dialog.js
  10:8   error  Component should declare static template  no-restricted-syntax
  48:12  error  'error' is defined but never used         no-unused-vars

/data/build/duong-addons/d_gemini_ai_connector/static/src/main/gemini/gemini_dialog.js
  100:18  error  'error' is defined but never used  no-unused-vars

/data/build/duong-addons/d_precious_metal_price/static/src/client_actions/precious_metal_dashboard/precious_metal_dashboard.js
  5:1  error  Component should declare static props  no-restricted-syntax

/data/build/duong-addons/d_social/static/src/components/social_engagements_dialog/social_engagements_dialog.js
   11:1   error  '@odoo/owl' import is duplicated   no-duplicate-imports
  210:12  error  'error' is defined but never used  no-unused-vars

/data/build/duong-addons/d_social/static/src/components/social_file_viewer/social_file_viewer.js
  3:8  error  Component should declare static props     no-restricted-syntax
  3:8  error  Component should declare static template  no-restricted-syntax

/data/build/duong-addons/d_social/static/src/views/social_kanban/social_kanban_record.js
   1:10  error  '_t' is defined but never used                     no-unused-vars
  22:11  error  'archInfo' is assigned a value but never used      no-unused-vars
  22:21  error  'openRecord' is assigned a value but never used    no-unused-vars
  22:33  error  'deleteRecord' is assigned a value but never used  no-unused-vars

/data/build/duong-addons/d_social_facebook/static/src/components/social_engagements_dialog/social_engagements_dialog.js
  111:18  error  'error' is defined but never used  no-unused-vars

/data/build/duong-addons/d_social_instagram/static/src/components/social_engagements_dialog/social_engagements_dialog.js
  111:18  error  'error' is defined but never used  no-unused-vars

/data/build/duong-addons/d_social_linkedin/static/src/components/social_engagements_dialog/social_engagements_dialog.js
  53:18  error  'error' is defined but never used  no-unused-vars

/data/build/duong-addons/d_social_tiktok_business/static/src/components/social_engagements_dialog/social_engagements_dialog.js
  54:18  error  'error' is defined but never used  no-unused-vars

/data/build/duong-addons/d_social_x/static/src/components/social_engagements_dialog/social_engagements_dialog.js
   53:18  error  'error' is defined but never used  no-unused-vars
   75:18  error  'error' is defined but never used  no-unused-vars
  141:18  error  'error' is defined but never used  no-unused-vars

/data/build/duong-addons/d_social_youtube/static/src/components/social_engagements_dialog/social_engagements_dialog.js
  53:18  error  'error' is defined but never used  no-unused-vars

/data/build/duong-addons/d_web_friendly_error/static/src/js/error_reporter.js
  38:13  error  Unexpected 'debugger' statement  no-debugger

✖ 26 problems (26 errors, 0 warnings)


Perhaps you might benefit from installing the tooling found at:
https://github.com/odoo/odoo/wiki/Javascript-coding-guidelines#use-a-linter 

stderr: 

2026-03-23 03:42:15 ERROR server odoo.addons.test_lint.tests.test_i18n:120
The prop “title="'Generate with Gemini AI'"” in file “/data/build/duong-addons/d_gemini_ai_connector/static/src/main/gemini/gemini_dialog_templates.xml” in the component node starting at line 5 contains what looks like human-readable text. If the content of this prop is intended for display to the end user, add the .translate suffix to make the prop translatable.
                        If this is a false positive, please contact the i18n team.
2026-03-23 03:42:15 ERROR server odoo.addons.test_lint.tests.test_i18n:120
The prop “title="'Gemini AI Alternatives'"” in file “/data/build/duong-addons/d_gemini_ai_connector/static/src/main/gemini/gemini_dialog_templates.xml” in the component node starting at line 113 contains what looks like human-readable text. If the content of this prop is intended for display to the end user, add the .translate suffix to make the prop translatable.
                        If this is a false positive, please contact the i18n team.
2026-03-23 03:42:17 ERROR server odoo.addons.test_lint.tests.test_i18n:128
FAIL: TestI18n.test_user_content_as_prop_is_translatable
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_i18n.py", line 128, in test_user_content_as_prop_is_translatable
    self.assertEqual(error_count, 0)
AssertionError: 2 != 0
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_account_invoice_customer_phone')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_account_invoice_customer_phone'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_account_remove_banner')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_account_remove_banner'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_ai_text_assist')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_ai_text_assist'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_ai_text_assist_sale')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_ai_text_assist_sale'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_ai_text_assist_social')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_ai_text_assist_social'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:42
FAIL: Subtest ManifestLinter.test_manifests (module='d_auresys_branding')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 42, in test_manifests
    self._test_manifest_values(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 66, in _test_manifest_values
    self.assertNotEqual(
AssertionError: [] == [] : Setting manifest key data to the default manifest value for module 'd_auresys_branding'. You can remove this key from the dict to reduce noise/inconsistencies between manifests specifications and ease understanding of manifest content.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:42
FAIL: Subtest ManifestLinter.test_manifests (module='d_auresys_pos_branding')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 42, in test_manifests
    self._test_manifest_values(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 66, in _test_manifest_values
    self.assertNotEqual(
AssertionError: False == False : Setting manifest key auto_install to the default manifest value for module 'd_auresys_pos_branding'. You can remove this key from the dict to reduce noise/inconsistencies between manifests specifications and ease understanding of manifest content.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_auth_oauth_advance')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_auth_oauth_advance'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_auth_oauth_facebook')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_auth_oauth_facebook'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_auth_oauth_google')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_auth_oauth_google'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_auth_oauth_tiktok')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_auth_oauth_tiktok'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_base_company_favicon')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'summary_vi_VN'
'price'
'description_vi_VN'
'name_vi_VN'
'currency' : Unknown manifest keys in module 'd_base_company_favicon'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_button_near_create_button')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_button_near_create_button'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_crm_kanban_currency')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_crm_kanban_currency'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_discuss_attachment_advance')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_discuss_attachment_advance'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_discuss_channel_quick_favorite_emojis')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_discuss_channel_quick_favorite_emojis'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_discuss_link_preview')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_discuss_link_preview'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_discuss_mention_with_avatar')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_discuss_mention_with_avatar'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_gemini_ai_connector')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_gemini_ai_connector'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_gemini_ai_connector_blog')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_gemini_ai_connector_blog'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_gemini_ai_connector_mass_mailing')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_gemini_ai_connector_mass_mailing'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_gemini_ai_connector_project')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_gemini_ai_connector_project'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_gemini_ai_connector_sales')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_gemini_ai_connector_sales'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_gold_price_sync')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_gold_price_sync'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_hierarchy_company')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_hierarchy_company'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_hierarchy_partner')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_hierarchy_partner'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_hierarchy_product_category')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_hierarchy_product_category'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_hierarchy_project_task')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_hierarchy_project_task'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_hierarchy_stock_location')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_hierarchy_stock_location'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_hierarchy_website_menu')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_hierarchy_website_menu'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_mail_attachment_preview')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_mail_attachment_preview'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_mail_chatter_html_link_domain')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_mail_chatter_html_link_domain'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_mail_tracking_duration_selection')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_mail_tracking_duration_selection'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_partner_birthday_and_gender')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_partner_birthday_and_gender'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_payment_method_vietqr')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_payment_method_vietqr'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_payment_zalopay')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_payment_zalopay'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_pos_adyen_tap_to_pay')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_pos_adyen_tap_to_pay'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_pos_company_favicon')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_pos_company_favicon'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_pos_custom_product_screen')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_pos_custom_product_screen'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_pos_n2tap')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_pos_n2tap'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_pos_online_payment_qr')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'summary_vi_VN'
'price'
'name_vi_VN'
'currency' : Unknown manifest keys in module 'd_pos_online_payment_qr'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_pos_toggle_download_invoice')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_pos_toggle_download_invoice'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_precious_metal_price')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_precious_metal_price'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_product_brand')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support' : Unknown manifest keys in module 'd_product_brand'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_product_brand_stock')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support' : Unknown manifest keys in module 'd_product_brand_stock'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_product_tracking')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_product_tracking'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_project_todo_history')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_project_todo_history'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_repair_section_and_note')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_repair_section_and_note'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_sale_duration_tracking')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_sale_duration_tracking'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_sale_preview_quotation_on_chatter')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_sale_preview_quotation_on_chatter'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_sale_quotation_customer_phone')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_sale_quotation_customer_phone'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_attachment_viewer')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support' : Unknown manifest keys in module 'd_social_attachment_viewer'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_crm')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_crm'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_facebook')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_facebook'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_facebook_messenger')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_facebook_messenger'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_instagram')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_instagram'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_instagram_messenger')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_instagram_messenger'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_linkedin')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_linkedin'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_threads')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_threads'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_tiktok')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_tiktok'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_tiktok_business')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_tiktok_business'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_x')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_x'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_social_youtube')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_social_youtube'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_survey_custom_certificate')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'summary_vi_VN'
'price'
'old_technical_name'
'description_vi_VN'
'name_vi_VN'
'currency' : Unknown manifest keys in module 'd_survey_custom_certificate'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_tiktok_service')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_tiktok_service'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_tiktok_shop_connector')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_tiktok_shop_connector'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_web_friendly_error')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_web_friendly_error'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_web_kanban_currency')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_web_kanban_currency'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_blog_schema')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_blog_schema'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_elearning_schema')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_elearning_schema'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_event_sale_schema')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_event_sale_schema'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_event_schema')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_event_schema'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_hotjar')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_hotjar'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_sale_auto_reload')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_sale_auto_reload'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_sale_cart_quantity')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_sale_cart_quantity'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_sale_product_best_seller_snippet')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_sale_product_best_seller_snippet'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_sale_schema')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_sale_schema'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_sale_schema_advanced')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_sale_schema_advanced'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_sale_stock_schema')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_sale_stock_schema'. Either there are typos or they must be white listed.
2026-03-23 03:42:22 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='d_website_schema')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'd_website_schema'. Either there are typos or they must be white listed.
2026-03-23 03:42:23 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='payment_payos')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'currency'
'price' : Unknown manifest keys in module 'payment_payos'. Either there are typos or they must be white listed.
2026-03-23 03:42:23 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='pos_online_payment_qr_payos')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support' : Unknown manifest keys in module 'pos_online_payment_qr_payos'. Either there are typos or they must be white listed.
2026-03-23 03:42:23 ERROR server odoo.addons.test_lint.tests.test_manifests:41
FAIL: Subtest ManifestLinter.test_manifests (module='pos_online_payment_qr_zalopay')
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 41, in test_manifests
    self._test_manifest_keys(module, manifest_data)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 47, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {module!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support' : Unknown manifest keys in module 'pos_online_payment_qr_zalopay'. Either there are typos or they must be white listed.
2026-03-23 03:42:57 INFO server odoo.addons.test_lint.tests.test_pylint:360 pylint version: 3.0.3
2026-03-23 03:56:20 ERROR server odoo.addons.test_lint.tests.test_pylint:108
FAIL: TestPyLint.test_pylint
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_pylint.py", line 108, in test_pylint
    self.fail(f"pylint test failed:\n\n{r.stdout}\n{r.stderr}".strip())
AssertionError: pylint test failed:

************* Module d_social_linkedin.models.linkedin_service
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_linkedin/models/linkedin_service.py:213
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_linkedin/models/linkedin_service.py:217
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_linkedin/models/linkedin_service.py:270
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_linkedin/models/linkedin_service.py:308
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_linkedin/models/linkedin_service.py:1653
************* Module d_tiktok_shop_connector.wizards.tiktok_ship_package_wizard
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/wizards/tiktok_ship_package_wizard.py:63
Bad usage of _, _lt function. (E8502) at duong-addons/d_tiktok_shop_connector/wizards/tiktok_ship_package_wizard.py:96
Bad usage of _, _lt function. (E8502) at duong-addons/d_tiktok_shop_connector/wizards/tiktok_ship_package_wizard.py:102
************* Module d_tiktok_shop_connector.models.tiktok_shop
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:139
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:901
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1265
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1554
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1627
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1865
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1980
************* Module d_tiktok_shop_connector.models.tiktok_service
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_service.py:498
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_service.py:506
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_service.py:510
************* Module d_tiktok_shop_connector.models.stock_picking
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/stock_picking.py:85
************* Module d_tiktok_shop_connector.models.tiktok_seller_account
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_seller_account.py:102
************* Module d_social_youtube.models.youtube_service
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_youtube/models/youtube_service.py:226
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_youtube/models/youtube_service.py:238
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_youtube/models/youtube_service.py:249
************* Module d_social_facebook.models.facebook_service
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_facebook/models/facebook_service.py:159
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_facebook/models/facebook_service.py:163
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_facebook/models/facebook_service.py:209
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_facebook/models/facebook_service.py:239
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_facebook/models/facebook_service.py:464
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_facebook/models/facebook_service.py:526
************* Module d_social_facebook.models.social_post_live
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_facebook/models/social_post_live.py:245
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_facebook/models/social_post_live.py:285
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_facebook/models/social_post_live.py:300
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_facebook/models/social_post_live.py:393
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_facebook/models/social_post_live.py:600
************* Module d_social_x.models.social_post
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/social_post.py:79
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/social_post.py:83
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/social_post.py:93
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/social_post.py:103
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/social_post.py:113
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/social_post.py:116
************* Module d_social_x.models.x_service
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/x_service.py:368
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/x_service.py:691
method already defined line 144 (E0102) at duong-addons/d_social_x/models/x_service.py:715
************* Module d_social_x.models.social_post_live
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_x/models/social_post_live.py:49
************* Module d_tiktok_service.models.tiktok_service
Bad usage of _, _lt function. (E8502) at duong-addons/d_tiktok_service/models/tiktok_service.py:82
Bad usage of _, _lt function. (E8502) at duong-addons/d_tiktok_service/models/tiktok_service.py:90
************* Module d_payment_zalopay.models.payment_transaction
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:329
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:337
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:343
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:352
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:515
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:518
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:521
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:525
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:586
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:593
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:598
Bad usage of _, _lt function. (E8502) at duong-addons/d_payment_zalopay/models/payment_transaction.py:620
************* Module payment_payos.models.payment_transaction
Bad usage of _, _lt function. (E8502) at duong-addons/payment_payos/models/payment_transaction.py:70
************* Module d_social_tiktok.models.social_account
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_tiktok/models/social_account.py:136
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_tiktok/models/social_account.py:166
************* Module d_social_tiktok.models.social_media
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_tiktok/models/social_media.py:58
************* Module d_social_tiktok.models.social_post_live
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_tiktok/models/social_post_live.py:75
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_tiktok/models/social_post_live.py:111
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_tiktok/models/social_post_live.py:131
************* Module d_website_elearning_schema.controllers.main
class already defined line 2 (E0102) at duong-addons/d_website_elearning_schema/controllers/main.py:5
************* Module d_social_facebook_messenger.models.facebook_service
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_facebook_messenger/models/facebook_service.py:171
************* Module d_social_tiktok_business.controllers.main
Undefined variable 'datetime' (E0602) at duong-addons/d_social_tiktok_business/controllers/main.py:297
************* Module d_social_tiktok_business.models.tiktok_business_service
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_tiktok_business/models/tiktok_business_service.py:389
************* Module d_social_tiktok_business.models.social_post_live
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_social_tiktok_business/models/social_post_live.py:870
************* Module d_social_instagram.
 ...<message too long, truncated>
2026-03-23 03:56:20 ERROR server odoo.modules.loading:321 Module test_lint: 88 failures, 0 errors of 21 tests
2026-03-23 03:56:34 INFO server odoo.modules.loading:360 16 modules loaded in 941.33s, 4415 queries (+4628 extra)
2026-03-23 03:56:35 ERROR server odoo.modules.loading:609 At least one test failed when loading the modules.
2026-03-23 03:56:35 ERROR server odoo.tests.result:638 88 failed, 0 error(s) of 21 tests when loading database '00768-18-0-all'
2026-03-23 03:56:39 INFO runbot Getting results for build 00768-18-0
2026-03-23 03:56:39 Step test_pylint finished in 16m