[MIG] account_check_deposit: Migration to 13.0

This commit is contained in:
ps-tubtim
2020-04-10 13:02:16 +07:00
parent c93debe331
commit 2f23dcedbd
8 changed files with 55 additions and 42 deletions

View File

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

View File

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