[IMP] account_tax_balance: pre-commit stuff

pull/937/head
David Ramia 2022-10-27 20:07:30 +02:00
parent 07fb3f80f2
commit cd56144587
2 changed files with 7 additions and 0 deletions

View File

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

View File

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