3
0
Fork 0

[MIG] web_widget_char_size: Migration to 15.0

15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
Thanakrit Pintana 2021-11-25 17:13:00 +07:00
parent 021bc06b51
commit 654cf6427a
4 changed files with 11 additions and 24 deletions

View File

@ -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
~~~~~~~~~~~

View File

@ -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"]
},
}

View File

@ -0,0 +1 @@
* Thanakrit Pintana

View File

@ -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>