[IMP] web_ir_actions_act_view_reload: black, isort

pull/1816/head
Guewen Baconnier 2019-12-16 15:04:43 +01:00 committed by paidykumar
parent acdfe6592e
commit 30c9898a02
1 changed files with 3 additions and 9 deletions

View File

@ -8,15 +8,9 @@
"category": "Web",
"version": "12.0.1.0.0",
"license": "LGPL-3",
"author": "Modoolar, "
"Brainbean Apps, "
"Odoo Community Association (OCA)",
"author": "Modoolar, Brainbean Apps, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"depends": [
"web"
],
"data": [
"views/web_ir_actions_act_view_reload.xml",
],
"depends": ["web"],
"data": ["views/web_ir_actions_act_view_reload.xml"],
"installable": True,
}