Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
2118 Widoki

Good Day to all, I just want to ask a question in regards to the problem that I'm facing

I have this error as shown below. I tried to upgrade the module, uninstall and install the res.partner, but it don't fix the problem. The translated_display_name is also on the list of fields of res.partner module, I don't why it cannot be detected. 

Thank you and your help will be appreciated!

Error:

UncaughtPromiseError

Uncaught Promise > Missing field string information for the field 'translated_display_name' from the 'res.partner' model

 
Error: Missing field string information for the field 'translated_display_name' from the 'res.partner' model

    at http://localhost:8069/web/assets/debug/web.assets_backend.js:69461:27 (/web/static/src/legacy/legacy_load_views.js:69)

    at traverse (http://localhost:8069/web/assets/debug/web.assets_backend.js:69399:9) (/web/static/src/legacy/legacy_load_views.js:7)

    at http://localhost:8069/web/assets/debug/web.assets_backend.js:69401:13 (/web/static/src/legacy/legacy_load_views.js:9)

    at _.each._.forEach (http://localhost:8069/web/assets/debug/web.assets_common.js:766:9) (/web/static/lib/underscore/underscore.js:186)

    at traverse (http://localhost:8069/web/assets/debug/web.assets_backend.js:69400:11) (/web/static/src/legacy/legacy_load_views.js:8)

    at http://localhost:8069/web/assets/debug/web.assets_backend.js:69401:13 (/web/static/src/legacy/legacy_load_views.js:9)

    at _.each._.forEach (http://localhost:8069/web/assets/debug/web.assets_common.js:766:9) (/web/static/lib/underscore/underscore.js:186)

    at traverse (http://localhost:8069/web/assets/debug/web.assets_backend.js:69400:11) (/web/static/src/legacy/legacy_load_views.js:8)

    at http://localhost:8069/web/assets/debug/web.assets_backend.js:69401:13 (/web/static/src/legacy/legacy_load_views.js:9)

    at _.each._.forEach (http://localhost:8069/web/assets/debug/web.assets_common.js:766:9) (/web/static/lib/underscore/underscore.js:186)

Awatar
Odrzuć
Najlepsza odpowiedź

That is because some module is not updated in your current database. If it was a copy of another database, update the base module. You can search for it in your apps as "base."


Awatar
Odrzuć
Najlepsza odpowiedź

try the following steps:

  1. Check if the field 'translated_display_name' is properly defined in the 'res.partner' model. Make sure it has the necessary attributes such as 'string' for the label.
  2. Verify that the module containing the 'res.partner' model is correctly installed and loaded. Sometimes, missing dependencies or improper installation can lead to such errors.
  3. If the field definition seems correct and the module is properly installed, try restarting the Odoo server to ensure that all changes are applied correctly.
  4. If the issue persists, you may need to debug further by examining the code where the 'translated_display_name' field is used and checking for any inconsistencies or errors.


Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

You can try upgrading the module:  base_address_extended and see if it makes any difference.

Hope it helps

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
kwi 24
1868
1
lis 23
1525
1
sie 23
1429
3
kwi 23
4574
1
maj 25
2215