mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
* Create SlickJS widget field * Remove template test * Move web_widget_slick assets to backend only, update ReadMe, bump version * Remove highlighting in ReadMe
17 lines
421 B
XML
17 lines
421 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
© 2016-TODAY LasLabs Inc.
|
|
@license AGPL-3 or later (http://www.gnu.org/licenses/agpl.html).
|
|
-->
|
|
|
|
<templates id="field_templates" xml:space="preserve">
|
|
<t t-name="FieldSlickImages">
|
|
<span t-att-style="widget.node.attrs.style">
|
|
<t t-if="!widget.get('effective_readonly')">
|
|
|
|
</t>
|
|
</span>
|
|
</t>
|
|
</templates>
|