Files
web/web_widget_url_translatable/views/assets.xml
Thierry Ducrest 326ded3508 [12.0][ADD] web_widget_url_translatable
This module extends the URL widget, so it works the same than other
widget with translatable fields.
In edition mode the button that allows to open the tranlation view
is displayed.
2019-10-28 17:03:34 +01:00

9 lines
344 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend" name="Widget URL translatable">
<xpath expr="script[last()]" position="after">
<script type="text/javascript" src="/web_widget_url_translatable/static/src/js/fields.js"/>
</xpath>
</template>
</odoo>