Hello,
When I update a product in product.template via xmlrpc I try to flush the cache using:
"models.execute_kw(db, uid, password, 'product.template', 'clear_caches', [[]])"
but I get the following error:
"BaseModel.clear_caches() takes 1 positional argument but 2 were given"
Could anyone help please ?