Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Technical Question: Restart Odoo process after res.partner model change

by
Tecnativa. S. L., Pedro M. Baeza
- 21/06/2024 11:49:36
Maybe the problem is that you want to update from the UI, and in that case, an access to res.partner/res.users is done before you can act. You should do it in the command line with the -u argument (or click-odoo-update), or with a parallel run (in Docker environments), or similar.

Regards.

Reference