[IMP] account_move_base_import: black, isort, prettier

This commit is contained in:
Damien Crier
2020-07-15 11:43:01 +02:00
committed by Florian da Costa
parent e81b55d0a8
commit 68fc7849f3
16 changed files with 653 additions and 571 deletions

View File

@@ -4,13 +4,13 @@
# Copyright 2014 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': "Journal Entry base import",
'version': '12.0.2.0.0',
'author': "Akretion,Camptocamp,Odoo Community Association (OCA)",
'category': 'Finance',
'depends': ['account'],
'website': 'http://www.camptocamp.com',
'data': [
"name": "Journal Entry base import",
"version": "13.0.1.0.0",
"author": "Akretion,Camptocamp,Odoo Community Association (OCA)",
"category": "Finance",
"depends": ["account"],
"website": "http://www.camptocamp.com",
"data": [
"security/ir.model.access.csv",
"data/completion_rule_data.xml",
"wizard/import_statement_view.xml",
@@ -18,9 +18,7 @@
"views/journal_view.xml",
"views/partner_view.xml",
],
'external_dependencies': {
'python': ['xlrd'],
},
'installable': True,
'license': 'AGPL-3',
"external_dependencies": {"python": ["xlrd"]},
"installable": True,
"license": "AGPL-3",
}