[IMP] datetime_formatter: pre-commit stuff

pull/2918/head
Carolina Fernandez 2024-04-23 14:13:43 +02:00
parent 0c8c4fdbea
commit 927411502d
2 changed files with 7 additions and 0 deletions

View File

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

View File

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