[IMP] account_purchase_stock_report_non_billed: : pre-commit stuff

pull/1184/head
Christopher Ormaza 2024-05-31 10:22:07 -05:00 committed by Pedro M. Baeza
parent 32be95f320
commit 80e72341fd
2 changed files with 7 additions and 0 deletions

View File

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

View File

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