Hello Everyone,
I have a custom module that works for the v10 community. I'm trying to use it in the v11 commuity (I've put it in the addons file, restarted the service) but Odoo doesn't even load (only the company logo loaded) to search for the module and try to install it to see the problems that may occur.
How do we upgrade a custome module from v10 to v11 please ?
Great thanks
change "import models" -> "from . import models" just had the same problem.
if you have ui modifications with xpath //@class=['cssclassname'] -> hasclass('cssclassname')