I think this bug could be more serious than wishlist, as the server doesnt start, for me at least.
When trying to start it with the same line from its init file, it concludes with the error; No module named 'PyPDF2.utils' Note that i have no prior experience with this package, and am not a python developer, so i could have something wrong. It should be easy to verify if the package works for someone else. $ sudo /usr/bin/odoo --config /etc/odoo/odoo.conf --logfile /var/log/odoo/odoo-server.log Traceback (most recent call last): File "/usr/bin/odoo", line 5, in <module> import odoo File "/usr/lib/python3/dist-packages/odoo/__init__.py", line 113, in <module> from . import modules File "/usr/lib/python3/dist-packages/odoo/modules/__init__.py", line 8, in <module> from . import db, graph, loading, migration, module, registry File "/usr/lib/python3/dist-packages/odoo/modules/graph.py", line 10, in <module> import odoo.tools as tools File "/usr/lib/python3/dist-packages/odoo/tools/__init__.py", line 9, in <module> from . import pdf File "/usr/lib/python3/dist-packages/odoo/tools/pdf.py", line 5, in <module> from PyPDF2.utils import b_ ModuleNotFoundError: No module named 'PyPDF2.utils'