mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_char_size: Migration to 15.0
This commit is contained in:
@@ -23,7 +23,7 @@ Widget Char size
|
||||
:target: https://runbot.odoo-community.org/runbot/162/14.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
This module allows to add an option `size` to Char fields in web client:
|
||||
|
||||
@@ -60,6 +60,11 @@ Authors
|
||||
|
||||
* Agile Business Group
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Thanakrit Pintana
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "Widget Char size",
|
||||
"summary": "Add size option to Char widget",
|
||||
"version": "14.0.1.0.1",
|
||||
"version": "15.0.1.0.0",
|
||||
"category": "Hidden",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"author": "Agile Business Group, Odoo Community Association (OCA)",
|
||||
@@ -11,7 +11,7 @@
|
||||
"depends": [
|
||||
"web",
|
||||
],
|
||||
"data": [
|
||||
"views/assets.xml",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": ["web_widget_char_size/static/src/js/char_widget.js"]
|
||||
},
|
||||
}
|
||||
|
||||
1
web_widget_char_size/readme/CONTRIBUTERS.rst
Normal file
1
web_widget_char_size/readme/CONTRIBUTERS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Thanakrit Pintana
|
||||
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!--
|
||||
~ Copyright 2021 Simone Rubino - Agile Business Group
|
||||
~ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
-->
|
||||
<odoo>
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="web_widget_char_size assets"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_widget_char_size/static/src/js/char_widget.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user