In Odoo 8, I added an ir.rule
to a model that restricts write access for certain users. I would like to personalize the error message restricted user get after clicking 'Save'. I can't just modify the translation with _()
because the new message must be specific to that model.
Is there a way to do this easily in Odoo 8 without having to modify the source code of Odoo itself ?