mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_text_count
This commit is contained in:
committed by
Denis Leemann
parent
8025ea938d
commit
c4400a72f7
9
web_widget_text_count/views/templates.xml
Normal file
9
web_widget_text_count/views/templates.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<template id="assets_backend" name="text_count_widget" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<link href="/web_widget_text_count/static/src/scss/field_text_count.scss" rel="stylesheet" type="text/scss"/>
|
||||
<script src="/web_widget_text_count/static/src/js/fields_text_count.js" type="text/javascript"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user