I need a way to show records of res.users.log model. Odoo doesn't provide views for the model and I haven't found a ready solution for that. So, I think to create the module.
My question is: what could be a proper name / technical name for such a module and is server-auth proper repository for it?
I need a way to show records of
res.users.logmodel. Odoo doesn't provide views for the model and I haven't found a ready solution for that. So, I think to create the module.My question is: what could be a proper name / technical name for such a module and is
server-authproper repository for it?