[IMP] account_sale_stock_report_non_billed: : pre-commit stuff

pull/1183/head
Christopher Ormaza 2024-05-31 10:41:53 -05:00
parent a0766edcd6
commit c10fcb67ec
2 changed files with 7 additions and 0 deletions

View File

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

View File

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