Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Technical help on odoo cache framework

by
AGILE BUSINESS GROUP SAGL, Simone Rubino
- 24/04/2020 14:55:13
Hi,
if you have cache issues, sometimes it may be useful to call `invalidate_cahce` (https://github.com/odoo/odoo/blob/36c2c7f04cc4fb63df17fcadb2eee6c5ea2e0a80/odoo/models.py#L5190) for the records/fields you are working on.
It may help you fix your code or better understand why it isn't working as is.

On Fri, 24 Apr 2020 at 14:02, Yann Papouin <y.papouin@dec-industrie.com> wrote:

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference