mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_move_base_import: black, isort, prettier
This commit is contained in:
committed by
Florian da Costa
parent
e81b55d0a8
commit
68fc7849f3
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user