I have seen some decorators that are used to save or write, and others work with change events of the forms...
Is there a way to execute a method on read call for a model?, i.e., when the model is called for read records, because I need to process the data before displaying it.
My model is only a table, no views, no froms, but I call if from come another module as need
read method in odoo: https://learnopenerp.blogspot.com/2021/09/restrict-user-to-access-differnt-records-by-changing-id-in-url-odoo.html