Files
web/web_widget_char_size/__manifest__.py
2021-12-02 10:27:00 +07:00

18 lines
553 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": "15.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.js"]
},
}