[ADD] account_move_default_journal: Added pre-commit generated files.

This commit is contained in:
Danny de Jong
2023-11-20 20:11:50 +01:00
committed by OCA-git-bot
parent cc8c6fc193
commit fd18fc0239
4 changed files with 508 additions and 0 deletions

View File

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

View File

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