You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that __init__.py needs to be refactored.
There are functions defined which are not connected to any model. I'm not sure if it agrees with the whole object oriented approach of odoo.
It seems that
__init__.pyneeds to be refactored.There are functions defined which are not connected to any model. I'm not sure if it agrees with the whole object oriented approach of odoo.
Maybe we need to refactor here, @jamescrowley?