[FIX] *_online_adyen: make sure downloaded file contains valid base64 encode bytes

This commit is contained in:
Ronald Portier
2021-12-16 17:29:45 +01:00
committed by Ronald Portier (Therp BV)
parent d179f15f4b
commit 20d37acfa6
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1 @@
../../../../account_bank_statement_import_online_adyen

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)