Web Editor Backend Context

Fix the user context for web editor assets

Technical Name:
web_editor_backend_context
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1472/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Web Editor Backend Context

Context

In vanilla Odoo 12.0, the product configurator is wrongly translated.

static/description/product_configurator_before.png

This is because it uses utilities from the module web_editor. This later module was developped mainly for frontend purposes, but it is also used by the backend.

The problem is that the wizard uses the language of the navigator instead of the user language.

Usage

After installing this module, backend widgets using the web_editor features are correctly translated.

static/description/product_configurator_after.png

Contributors

More information