Thursday, November 7, 2019

ValueError: cannot determine region size; use 4-item box




ODOO

pillow

     
This error you can find when you try to install new module in openerp 7 and it can be caused by pip pillow package version , so you have to uninstall the current version an din install 3.4.2 version by the following commands 

$ pip uninstall pillow
$ pip install Pillow==3.4.2

1 comment:

  1. Thanks!
    Other non-default module versions required for openEPR7 on win10
    Python 2.7, Postgres 9.5

    module installed

    feedparser 5.2.1
    Jinja2 2.11.2
    mock 3.0.5
    Pillow 3.4.2
    psycopg2 >= 2.2 2.6.2
    pychart 1.39
    python-dateutil < 2 1.5.
    pywebdav < 0.9.8 0.9.8
    pyyaml 3.12
    reportlab 3.3.0
    vobject 0.8.2
    werkzeug 0.9.6
    pypiwin32 219
    python-openid 2.2.5

    ReplyDelete

Odoo Invoice Qr code issues

There are two main issues must of us facing with the QR code in Odoo invoice & these issues are 1/ QR code displayed as broken image w...