You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using doodba and got the following error on running in saas release:
Traceback (most recent call last):
File "/usr/local/bin/click-odoo-initdb", line 5, in <module>
from click_odoo_contrib.initdb import main
File "/usr/local/lib/python3.8/site-packages/click_odoo_contrib/initdb.py", line 14, in <module>
import click_odoo
File "/usr/local/lib/python3.8/site-packages/click_odoo/__init__.py", line 4, in <module>
from .compat import odoo # noqa
File "/usr/local/lib/python3.8/site-packages/click_odoo/compat.py", line 33, in <module>
if odoo_version_info < (10, 0):
TypeError: '<' not supported between instances of 'str' and 'int'
Yeah, but... I'm not too inclined to add complexity in this project to support an exotic version naming that is only used internally at Odoo SA. I'd rather see Odoo simplify the scheme, unless this is done by design so the sass version are not used accidentally outside Odoo SA.
Hello!
I'm using doodba and got the following error on running in saas release:
https://github.com/odoo/odoo/blob/saas-15.2/odoo/release.py#L15
Related code:
click-odoo/click_odoo/compat.py
Lines 33 to 41 in 39c9bf9
The text was updated successfully, but these errors were encountered: