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
En v13, la versión de reportlab es la 3.5.13 y no funciona bien para python 3.7.9
Por ahora lo resolvimos forzando en el campo build del odoo.project lo siguiente.
En v13, la versión de reportlab es la 3.5.13 y no funciona bien para python 3.7.9
Por ahora lo resolvimos forzando en el campo build del odoo.project lo siguiente.
sudo -H -u odoo bash -c "pip3 install --user --no-cache-dir reportlab==3.5.55"
odoo lo arregló para v14 pero aparentemente también está mal porque el salto de versión debería hacerse respecto a python 3.7 y no 3.8
Si interesa, se podría modificar el dockerfile de docker-odoo para que arregle esta versión
The text was updated successfully, but these errors were encountered: