mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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.
9 lines
344 B
XML
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>
|