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).
|
# 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,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue