[IMP] web_no_bubble: black, isort

pull/2097/head
BT-nstuder 2020-01-20 12:35:58 +01:00 committed by Thanakrit Pintana
parent c0718aa9ed
commit ae92c2db9a
1 changed files with 11 additions and 14 deletions

View File

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