[IMP] : black, isort, prettier

This commit is contained in:
ahenriquez
2020-04-27 18:47:21 +02:00
committed by Jasmin Solanki
parent de855a52a7
commit 1b6868cb95
3 changed files with 21 additions and 17 deletions

View File

@@ -1,14 +1,11 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": 'web_action_conditionable',
"name": "web_action_conditionable",
"version": "12.0.1.0.0",
"depends": [
'base',
'web',
],
'data': ['views/view.xml'],
"depends": ["base", "web",],
"data": ["views/view.xml"],
"author": "Cristian Salamea,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
'installable': True,
"installable": True,
}