Open blaggacao opened 5 years ago
Note: debian:strech
, the standard odoo distro, ships with python3.5
by default, so a default environment would have lxml==3.7.1
Also odoo (v12) specs qrcode as qrcode==5.3
while facturark specs as qrcode==6.0
I think we could safely downgrade those dependencies. I'll check tomorrow and make a pull request.
I think we could safely downgrade those dependencies. I'll check tomorrow and make a pull request.
I think we could safely downgrade those dependencies. I'll check tomorrow and make a pull request.
Given that odoo (v12) specs
lxml
like so:and facturark specs like so:
Would facturark work with
lxml>=3.7.1
?