Open HaGuesto opened 5 years ago
The whole thing is a nasty hack to try and work-around how we are populating 'configuration' data in the system that is also mutable. Would love to know what the Odoo-idomatic way of achieving this is.
I see :) Configuration IS nasty. I'll get in touch with my odoo dev company here in Berlin. I had this problem, too.
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.Maybe we need to refactor here, @jamescrowley?