web/web_widget_char_size/__manifest__.py

18 lines
495 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": "14.0.1.0.1",
"category": "Hidden",
"website": "https://github.com/OCA/web",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": [
"web",
],
"data": [
"views/assets.xml",
],
}