[IMP] account_bank_statement_import_online_paypal: black, isort, prettier

This commit is contained in:
Omar (Comunitea)
2022-02-25 11:56:14 +01:00
committed by Miquel Raïch
parent 0abeb2d258
commit 604a32c16d
5 changed files with 52 additions and 19 deletions

View File

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

View File

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