[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).
{
'name': 'Web No Bubble',
'version': '12.0.1.0.0',
'author': 'Savoir-faire Linux, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'license': 'AGPL-3',
'category': 'Web',
'summary': 'Remove the bubbles from the web interface',
'depends': ['web'],
'data': [
'views/web_no_bubble.xml',
],
'installable': True,
'application': False,
"name": "Web No Bubble",
"version": "12.0.1.0.0",
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"category": "Web",
"summary": "Remove the bubbles from the web interface",
"depends": ["web"],
"data": ["views/web_no_bubble.xml"],
"installable": True,
"application": False,
}