samsagaz

Results 8 comments of samsagaz

> Our customer was also hit by this bug - i can confirm that this fix does work as expected. good news that it worked for you too!

> Yep - thanks for your work @samsagaz > > Can you request a review from a maintainer to get this fix into main repo ? I don't know how...

Simple fix is to use import odoo.tests instead import odoo

noone have the same error? :/ Is not possible to find module common without explicit import odoo.test as odoo and test are two packages

> @samsagaz doesn't ring a bell, but we usually stick to the supported python version of Odoo. > For Odoo 12.0 we use Python 3.5 > https://github.com/camptocamp/docker-odoo-project/blob/master/12.0/Dockerfile#L19 > > Nevertheless...

I have similar problem cant use a conftest.py file Error when create any conftest.py file insite tests directory ``` ../../../env/lib/python3.8/site-packages/pytest_odoo.py:116: in _importtestmodule pkgroot = pypkgpath.dirpath() E AttributeError: 'NoneType' object has...

So is possible to ignore that warning?

> Hey everyone! > I'm too face this problem when trying to install this plugin in Cordova 9.0.0. > However, I just found a way to make it work despite...