[16.0] add support for OCA payment order

This commit is contained in:
Luc De Meyer
2023-08-05 18:28:12 +02:00
parent fa968216c4
commit b274ac39a3
4 changed files with 8 additions and 7 deletions

View File

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

View File

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