diff --git a/addons/website/controllers/main.py b/addons/website/controllers/main.py index cd9f7e0d601..7ef9dbe38b2 100644 --- a/addons/website/controllers/main.py +++ b/addons/website/controllers/main.py @@ -378,7 +378,7 @@ class Website(openerp.addons.web.controllers.main.Home): '/website/image', '/website/image///', '/website/image////x' - ], auth="public", website=True) + ], auth="public", website=True, multilang=False) def website_image(self, model, id, field, max_width=None, max_height=None): """ Fetches the requested field and ensures it does not go above (max_width, max_height), resizing it if necessary.