[14.0]black, isort, prettier

This commit is contained in:
Luc De Meyer 2022-05-10 21:40:54 +02:00
parent b4eabe5c1a
commit 03a62d90b7
2 changed files with 14 additions and 16 deletions

View File

@ -2,19 +2,17 @@
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
{ {
'name': 'account_ebics on Odoo Enterprise', "name": "account_ebics on Odoo Enterprise",
'summary': "Deploy account_ebics module on Odoo Enterprise", "summary": "Deploy account_ebics module on Odoo Enterprise",
'version': '14.0.1.0.0', "version": "14.0.1.0.0",
'author': 'Noviat', "author": "Noviat",
'category': 'Hidden', "category": "Hidden",
'license': 'LGPL-3', "license": "LGPL-3",
'depends': [ "depends": [
'account_ebics', "account_ebics",
'account_accountant', "account_accountant",
], ],
'data': [ "data": ["views/account_ebics_menu.xml"],
'views/account_ebics_menu.xml' "installable": True,
], "auto_install": True,
'installable': True,
'auto_install': True,
} }