[IMP] onchange_helper: pre-commit

pull/2479/head
Kevin Khao 2022-11-30 04:52:14 +02:00
parent 766d80c185
commit 90dfedf851
2 changed files with 7 additions and 0 deletions

View File

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

View File

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