mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
20 lines
563 B
Python
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,
|
|
}
|