[ADD] account_move_total_by_account_internal_group v15

This commit is contained in:
AaronHForgeFlow
2022-11-09 14:58:58 +01:00
parent 2ae9690959
commit 97d4d1c382
17 changed files with 854 additions and 0 deletions

View File

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

View File

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