[IMP] account_ebics_payment_order: pre-commit auto fixes

This commit is contained in:
Luc De Meyer 2024-03-25 17:58:44 +01:00
parent 1751b79c10
commit e9eaeeedb7
2 changed files with 4 additions and 1 deletions

View File

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

View File

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