Files
app-odoo/app_web_no_bubble/__manifest__.py
ivanOffice 0793bda6af update misc
2024-03-21 17:54:29 +08:00

20 lines
563 B
Python

# Copyright 2016 Savoir-faire Linux
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# "Savoir-faire Linux, " "Odoo Community Association (OCA)",
{
"name": "Web No Bubble",
"version": "13.20.04.10",
'author': 'odooai.cn',
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"category": "Web",
"summary": "Remove the bubbles from the web interface",
"price": 0.00,
"currency": "EUR",
"depends": ["web"],
"data": ["views/web_no_bubble.xml"],
"installable": True,
"application": False,
}