2
0

[IMP] : pre-commit stuff

This commit is contained in:
Rodrigo 2022-11-22 14:37:48 +01:00
parent d07e939fad
commit a07eeda085
2 changed files with 7 additions and 0 deletions

View File

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

View File

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