mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_field_tooltip
This commit is contained in:
22
web_field_tooltip/views/template.xml
Normal file
22
web_field_tooltip/views/template.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright 2023 ACSONE SA/NV
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
<template
|
||||
id="web_field_tooltip_asset"
|
||||
inherit_id="web.assets_backend"
|
||||
name="Web Field Tooltip assets"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="web_field_tooltip/static/src/css/web_field_tooltip.css"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_field_tooltip/static/src/js/web_field_tooltip.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user