[IMP] account_ebics_batch_payment: pre-commit auto fixes

This commit is contained in:
Luc De Meyer 2024-01-30 22:24:50 +01:00
parent c9d0eeaf9c
commit acb8e676b8
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"version": "16.0.1.0.0",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com/",
"website": "https://www.noviat.com",
"category": "Accounting & Finance",
"depends": ["account_ebics", "account_batch_payment"],
"data": ["views/account_batch_payment_views.xml"],

View File

@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"