2
0

[IMP] account_invoice_constraint_chronology: black, isort, prettier

This commit is contained in:
Zina Rasoamanana 2022-10-06 16:59:52 +02:00
parent 5cf25920b9
commit 80ac346702
2 changed files with 7 additions and 0 deletions

View File

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

View File

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