This build is referenced in 2 bundles
Description: Test pylint
Commit: odoo:415fa54b  
Subject: [FIX] l10n_jo_edi_pos: Fix payment methods issues
Author: Hesham Saleh
Commit: duong-addons:85faef97  
Subject: [MISC] d_social*: reduce price
Author: daiduongnguyen-odoo
Build time: 19m
Wait time: 53m
Load time: 18m43s
Date Level Type Message
2026-03-22 11:24:31 INFO runbot Init build environment with config Parallel Testing
2026-03-22 11:24:31 Starting step test_pylint from config Parallel Testing
2026-03-22 11:24:31 Using Dockerfile Tag odoo:Docker19
2026-03-22 11:24:58 INFO server odoo.modules.loading:350 1 modules loaded in 15.94s, 8399 queries (+8399 extra)
2026-03-22 11:26:34 ERROR server odoo.addons.test_lint.tests.test_eslint:51
FAIL: TestESLint.test_eslint
Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_eslint.py", line 51, 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 40, 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_attachment_advance/static/src/discuss/core/common/thread_actions.js
  4:1  error  '@mail/core/common/thread_actions' import is duplicated  no-duplicate-imports

/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_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

✖ 21 problems (21 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-22 11:26:42 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_account_invoice_customer_phone'. Either there are typos or they must be white listed.
2026-03-22 11:26:42 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_account_remove_banner'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:30
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 30, in test_manifests
    self._test_manifest_values(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 54, 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-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:30
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 30, in test_manifests
    self._test_manifest_values(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 54, 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-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_auth_oauth_advance'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_auth_oauth_facebook'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_auth_oauth_google'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_auth_oauth_tiktok'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'support'
'description_vi_VN'
'summary_vi_VN'
'name_vi_VN'
'currency'
'price' : Unknown manifest keys in module 'd_base_company_favicon'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_button_near_create_button'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_discuss_attachment_advance'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_discuss_channel_quick_favorite_emojis'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_discuss_link_preview'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_discuss_mention_with_avatar'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_gold_price_sync'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_hierarchy_company'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_hierarchy_partner'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_hierarchy_product_category'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_hierarchy_project_task'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_hierarchy_stock_location'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_hierarchy_website_menu'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_mail_attachment_preview'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_mail_chatter_html_link_domain'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_mail_tracking_duration_selection'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_partner_birthday_and_gender'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_payment_method_vietqr'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_payment_zalopay'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_pos_adyen_tap_to_pay'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_pos_company_favicon'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_pos_custom_product_screen'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_pos_n2tap'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!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'
'name_vi_VN'
'currency'
'price' : Unknown manifest keys in module 'd_pos_online_payment_qr'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_pos_toggle_download_invoice'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!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-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!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-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_product_tracking'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_project_todo_history'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_repair_section_and_note'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_sale_duration_tracking'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_sale_preview_quotation_on_chatter'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_sale_quotation_customer_phone'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!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-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_crm'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_facebook'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_facebook_messenger'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_instagram'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_instagram_messenger'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_linkedin'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_threads'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_tiktok'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_tiktok_business'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_x'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_social_youtube'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'old_technical_name'
'support'
'description_vi_VN'
'summary_vi_VN'
'name_vi_VN'
'currency'
'price' : Unknown manifest keys in module 'd_survey_custom_certificate'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_tiktok_service'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_tiktok_shop_connector'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_blog_schema'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_elearning_schema'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_event_sale_schema'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_event_schema'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_hotjar'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_sale_auto_reload'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_sale_cart_quantity'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_sale_product_best_seller_snippet'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_sale_schema'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_sale_stock_schema'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'd_website_schema'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!r}. Either there are typos or they must be white listed.")
AssertionError: Items in the first set but not the second:
'currency'
'price'
'support' : Unknown manifest keys in module 'payment_payos'. Either there are typos or they must be white listed.
2026-03-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!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-22 11:26:43 ERROR server odoo.addons.test_lint.tests.test_manifests:29
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 29, in test_manifests
    self._test_manifest_keys(manifest)
  File "/data/build/odoo/odoo/addons/test_lint/tests/test_manifests.py", line 35, in _test_manifest_keys
    self.assertEqual(unknown_keys, set(), f"Unknown manifest keys in module {manifest_data.name!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-22 11:27:17 INFO server odoo.addons.test_lint.tests.test_pylint:350 pylint version: 3.0.3
2026-03-22 11:42:58 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_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
Static string passed to UserError without gettext call. (E8507) at duong-addons/d_social_x/models/social_post_live.py:215
************* 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_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_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_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
Static string passed to ValidationError without gettext call. (E8507) at duong-addons/d_payment_zalopay/models/payment_transaction.py:403
Static string passed to ValidationError without gettext call. (E8507) at duong-addons/d_payment_zalopay/models/payment_transaction.py:444
Static string passed to ValidationError without gettext call. (E8507) at duong-addons/d_payment_zalopay/models/payment_transaction.py:457
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 d_social_tiktok.models.social_post
Static string passed to ValidationError without gettext call. (E8507) at duong-addons/d_social_tiktok/models/social_post.py:91
************* 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_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_social_threads.models.social_post
Static string passed to ValidationError without gettext call. (E8507) at duong-addons/d_social_threads/models/social_post.py:27
************* Module d_social_threads.models.social_post_engagement
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_threads/models/social_post_engagement.py:188
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_threads/models/social_post_engagement.py:191
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_threads/models/social_post_engagement.py:204
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_threads/models/social_post_engagement.py:207
************* Module d_social_threads.models.social_post_live
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_threads/models/social_post_live.py:345
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_threads/models/social_post_live.py:361
Bad usage of _, _lt function. (E8502) at duong-addons/d_social_threads/models/social_post_live.py:375
************* Module payment_payos.models.payment_transaction
Bad usage of _, _lt function. (E8502) at duong-addons/payment_payos/models/payment_transaction.py:70
Static string passed to ValidationError without gettext call. (E8507) at duong-addons/payment_payos/models/payment_transaction.py:170
************* 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_service
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop_service.py:516
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop_service.py:524
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop_service.py:528
************* 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:311
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:972
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1345
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1634
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1707
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:1946
Usage of _, _lt function with multiple unnamed placeholders (E8505) at duong-addons/d_tiktok_shop_connector/models/tiktok_shop.py:2061
************* 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:64
************* 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_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 f
 ...<message too long, truncated>
2026-03-22 11:42:59 ERROR server odoo.modules.loading:313 Module test_lint: 73 failures, 0 errors of 25 tests
2026-03-22 11:43:08 INFO server odoo.modules.loading:350 17 modules loaded in 1087.20s, 4872 queries (+5066 extra)
2026-03-22 11:43:08 ERROR server odoo.modules.loading:586 At least one test failed when loading the modules.
2026-03-22 11:43:08 ERROR server odoo.tests.result:713 73 failed, 0 error(s) of 25 tests when loading database '00750-19-0-all'
2026-03-22 11:43:14 INFO runbot Getting results for build 00750-19-0
2026-03-22 11:43:14 Step test_pylint finished in 19m