[MIG] account_payment_mode: Migration to 15.0

This commit is contained in:
Marçal Isern
2021-11-24 09:41:15 +01:00
parent f22e6370f8
commit 234535bdfd
9 changed files with 71 additions and 76 deletions

View File

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

View File

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