[IMP] account_financial_report_sale: pre-commit stuff

pull/1204/head
Carolina Fernandez 2024-07-17 12:59:44 +02:00
parent de55ec635b
commit 864dd1d7fd
2 changed files with 7 additions and 0 deletions

View File

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

View File

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