Merge pull request #410 from acsone/10-mig-account_permanent_lock_move-ape

Migration of account_permanent_lock_move to 10.0
This commit is contained in:
Stéphane Bidoul (ACSONE)
2017-04-26 13:56:23 +02:00
committed by GitHub
11 changed files with 22 additions and 13 deletions

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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