This question has been flagged
4 Replies
5182 Views

After I installed odoo14, this error has been found in the editing website. I can't edit it, even if it is to change the server or to re install the program and database files on the same server. I use winserver2016 system, and the odoo14 windows installation package. This problem does not appear in odoo13. Do I miss some environmental elements?


错误:



追溯:

TypeError: Object.fromEntries is not a function

    at Class.willStart (http://192.168.0.108:8069/web/content/2062-2b90b54/1/website.assets_editor.js:222:21)

    at Class.willStart (http://192.168.0.108:8069/web/content/1933-b7b82eb/1/web.assets_common_lazy.js:4511:616)

    at Class._widgetRenderAndInsert (http://192.168.0.108:8069/web/content/1933-b7b82eb/1/web.assets_common_lazy.js:4835:153)

    at Class.prependTo (http://192.168.0.108:8069/web/content/1933-b7b82eb/1/web.assets_common_lazy.js:4826:598)

    at Class.start (http://192.168.0.108:8069/web/content/2064-3a00404/1/web_editor.assets_wysiwyg.js:982:598)

    at Class.start (http://192.168.0.108:8069/web/content/1933-b7b82eb/1/web.assets_common_lazy.js:4511:371)

    at Class.start (http://192.168.0.108:8069/web/content/2066-d28ea6d/1/website.assets_wysiwyg.js:242:20)

    at Class.prototype.(anonymous function) [as start] (http://192.168.0.108:8069/web/content/1933-b7b82eb/1/web.assets_common_lazy.js:4508:488)

    at http://192.168.0.108:8069/web/content/1933-b7b82eb/1/web.assets_common_lazy.js:4826:13

Avatar
Discard

check all python version lib in odoo 14

Author

Thanks for answer, Python is installed through the overall installation package of odoo14. Is it possible that the library version has changed? Where can I know all the libraries required by V14?

Author Best Answer

However, my operating system is Windows Server 2016, and python environment is directly installed by the odoo installation package, not my own Python environment. How should I check it?

Avatar
Discard
Best Answer

check all library the same version in requiremint.txt version only ,, because sometime error when lib diffrent version 

for example install last version from (x lib) but in odoo using lib before last version

using pycharm to show library version

Avatar
Discard