This question has been flagged
1 Reply
6423 Views

Any suggestion is welcome :)

Avatar
Discard
Best Answer

you can use def init(self): method inside the model and put your code over there.

init method execute install and update time.

Avatar
Discard
Author

Thanks for the hint but it is not a solution. I need an update after the installation of any module, including the standard one.

ok, Did you mean record update form the API? then you can use ir.cron.

you need to describe more what exactly you want.

Author

I did not give a specific example because it is complicated. It is associated with GDPR and needs an online response (exclude cron). I will give a similar, simple example:

A field that counts the number of other fields in the entire system.

module for internal auditing/monitoring?

Author

Yes, the module is to help in managing activities related to GDPR.