class IrValuesExt(models.Model):
_inherit = 'ir.values'
@api.model
@tools.ormcache_context('self._uid', 'action_slot', 'model', 'res_id', keys=('lang',))
def get_actions(self, action_slot, model, res_id=False):
.......................
There is no model 'ir.values' in V11 and get_actions function. Any body know which model is the replacement for this model and function ?