[MIG] account_payment_order: Migration to 16.0

This commit is contained in:
Wolfgang Pichler
2022-10-25 09:37:55 +02:00
committed by Pedro M. Baeza
parent 170117c1e9
commit 0c98de15fa
14 changed files with 80 additions and 102 deletions

View File

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

View File

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