Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Technical help on odoo cache framework
by
AGILE BUSINESS GROUP SAGL, Simone Rubino
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:
No, product_type is a related field:_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Reference
-
Technical help on odoo cache framework
byDEC, Yann Papouin-
Re: Technical help on odoo cache framework
by Holger Brunn <holger@brunn.email> - 24/04/2020 15:38:31 - 1 -
Re: Technical help on odoo cache framework
byAGILE BUSINESS GROUP SAGL, Simone Rubino