I was proposed to install a "Saas Server Demo " but that module demands a function from the odoo base module which is "ir_module.py".
get_values_from_terp() function is presented in base module but throws some error like,
AttributeError: module 'odoo.addons.base.models.ir_module' has no attribute 'get_values_from_terp'
Example code snippet:
from odoo.addons.base.models import ir_module as A
A.get_values_from_terp(terp)
Kindly revive me to discover this issue.