mirror of https://github.com/OCA/web.git
[IMP] web_no_bubble: black, isort
parent
343fee58ef
commit
666459b4f2
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue