File "/opt/odoo10/odoo/models.py", line 531, in _build_model raise TypeError("Model %r does not exist in registry." % name) TypeError: Model 'base.automation' does not exist in registry.
But when I am trying to install base.automation, it is also giving error
i.e. latter module doesn't exist in your system.
I also tried depend:["base_automation"]
SAME ERROR :(