Search 1.9 billion lines of Odoo code on GitHub

web_editor_backend_context

Author: Numigi
License: LGPL-3
Branch: TA#47984
Repository: Numigi/odoo-web-addons
Dependencies: web, and web_editor
Languages: JavaScript (19, 32.2%), Python (14, 23.7%), XML (8, 13.6%), and reStructuredText (18, 30.5%)
Other branches: 12.0, 14.0, TA#48575, and TA#48575-1

<h1 class="title">Web Editor Backend Context</h1> <a name="context"></a> <h2>Context</h2> <p>In vanilla Odoo 12.0, the product configurator is wrongly translated.</p> <img alt="web_editor_backend_context/static/description/product_configurator_before.png" src="web_editor_backend_context/static/description/product_configurator_before.png" /> <p>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.</p> <p>The problem is that the wizard uses the language of the navigator instead of the user language.</p> <a name="usage"></a> <h2>Usage</h2> <p>After installing this module, backend widgets using the web_editor features are correctly translated.</p> <img alt="web_editor_backend_context/static/description/product_configurator_after.png" src="web_editor_backend_context/static/description/product_configurator_after.png" /> <a name="contributors"></a> <h2>Contributors</h2> <ul class="simple"> <li>Numigi (tm) and all its contributors (<a class="reference external" href="https://bit.ly/numigiens">https://bit.ly/numigiens</a>)</li> </ul> <a name="more-information"></a> <h2>More information</h2> <ul class="simple"> <li>Meet us at <a class="reference external" href="https://bit.ly/numigi-com">https://bit.ly/numigi-com</a></li> </ul>