[ADD] account_move_force_removal: Allow force removal account moves

This commit is contained in:
Víctor Martínez
2020-11-18 14:11:22 +01:00
parent aeb95b109a
commit b86ebd4cb0
12 changed files with 103 additions and 0 deletions

View File

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

View File

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