mirror of https://github.com/OCA/web.git
18 lines
557 B
Python
18 lines
557 B
Python
# Copyright 2021 Simone Rubino - Agile Business Group
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Widget Char size",
|
|
"summary": "Add size option to Char widget",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Hidden",
|
|
"website": "https://github.com/OCA/web",
|
|
"author": "Agile Business Group, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"web",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": ["web_widget_char_size/static/src/js/char_widget.esm.js"]
|
|
},
|
|
}
|