Skip to Content
Menu
This question has been flagged
1 Reply
2665 Views

Hello Everyone,

I have been migrated a database Odoo community V11 to Odoo entreprise V11, then from V11 entreprise to V15 entreprise.

All seem ok but once i open the opportunity in V15 , i have the error below:

UncaughtPromiseError
Uncaught Promise > While parsing modifiers for span: for modifier "invisible": Unknown field meeting_count in domain
Error: While parsing modifiers for span: for modifier "invisible": Unknown field meeting_count in domain
    at Class._registerModifiers (http://localhost:8069/web/assets/12739-6311e4c/web.assets_backend.min.js:4708:160)
    at Class._renderGenericTag (http://localhost:8069/web/assets/12739-6311e4c/web.assets_backend.min.js:4979:174)
    at Class._renderNode (http://localhost:8069/web/assets/12739-6311e4c/web.assets_backend.min.js:4994:13)
    at Class._renderNode (http://localhost:8069/web/assets/12739-6311e4c/web.assets_backend.min.js:9440:13)
    at Class. (http://localhost:8069/web/assets/12738-8695a6a/web.assets_common.min.js:4688:371)
    at Class._renderNode (http://localhost:8069/web/assets/12739-6311e4c/web.assets_backend.min.js:10299:57)
    at Class._renderNode (http://localhost:8069/web/assets/12738-8695a6a/web.assets_common.min.js:4688:371)
    at Function._.map._.collect (http://localhost:8069/web/assets/12738-8695a6a/web.assets_common.min.js:124:270)
    at Class._renderGenericTag (http://localhost:8069/web/assets/12739-6311e4c/web.assets_backend.min.js:4979:235)
    at Class._renderNode (http://localhost:8069/web/assets/12739-6311e4c/web.assets_backend.min.js:4994:13


Can you please help me to slove this problem.

Avatar
Discard
Author

Opportunity in CRM module

Hi Yara!
Could you solve this problem? The same thing happened to me and I still can't solve it.
so if you can help me I would appreciate it!

Worked for me also. Was migrating from 14 to 15e

Thanks a lot.

Author Best Answer

Hi Paulina,

yes, it has been resolved.

For the solution please follow the steps.

1) Go to Configuration and enable the developer mode
2) Go to Configuration > Translations > Translated terms
Search for "meeting_count" as translation value
3) Replace every occurrence of "meeting_count" by "calendar_event_count"
4) Go back to the configuration > Manage Languages
5) Update every languages 


Avatar
Discard

It worked! Thanks a lot!!!