[IMP] mail_full_expand: black, isort, prettier

pull/636/head^2
Chandresh Thakkar 2020-11-02 20:01:16 +05:30
parent 7a531dc76d
commit 0b72161e5f
2 changed files with 5 additions and 13 deletions

View File

@ -11,15 +11,7 @@
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"mail",
"web",
],
"data": [
"views/mail_full_expand.xml",
"views/assets.xml",
],
"qweb": [
"static/src/xml/mail_full_expand.xml",
],
"depends": ["mail", "web"],
"data": ["views/mail_full_expand.xml", "views/assets.xml"],
"qweb": ["static/src/xml/mail_full_expand.xml"],
}