[IMP] account_journal_lock_date: black, isort, prettier

This commit is contained in:
Ernesto Tejeda
2020-10-07 18:28:42 -04:00
parent 87f693b8a4
commit f6f95a5a9b
10 changed files with 268 additions and 186 deletions

View File

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

View File

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