Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
6990 Zobrazení

When I want to log in to my database I got this error ..
I don't know where is the problem ..
It was completely functional ..

odoo.addons.base.ir.ir_qweb.qweb.QWebException

odoo.addons.base.ir.ir_qweb.qweb.QWebException: Name node can't be used with 'None' constant Traceback (most recent call last): File "/home/nebil/Documents/odoo/odoo11/odoo/odoo/addons/base/ir/ir_qweb/qweb.py", line 331, in compile unsafe_eval(compile(astmod, '<template>', 'exec'), ns) ValueError: Name node can't be used with 'None' constant Error when compiling AST ValueError: Name node can't be used with 'None' constant Template: 162 Path: /templates/t/t/form/div[4]/button Node: <button type="submit" class="btn btn-primary">Log in</button>

Avatar
Zrušit
Nejlepší odpověď

The Issue is with Python 3.8

Downgrade your python version below 3.8 and try. 


Hope it helps :)

Avatar
Zrušit
Autor

Thank you very much ..

you saved my life ..

how do I downgrade to older version? does it will affect other odoo versions

Autor

@abhishek you can use virtual environment with different version of python ..

Related Posts Odpovědi Zobrazení Aktivita
2
úno 18
7741
1
kvě 23
9856
1
pro 22
3930
2
pro 22
6207
qweb Exception Vyřešeno
4
srp 20
8743