i am adding a Computed field through Technical -> Models
i want to check some values but i can't use UserError because it needs to import related module.
when i am using:
from odoo.exceptions import UserError
it is throwing error on above mentioned line.
i think this is not allowing to use it, is there any other way to show the value like UserError etc. ? and what if i want to import any other library module?
please help.
regards