2
0

[IMP] account_move_line_sale_info: pre-commit stuff

This commit is contained in:
AlexPForgeFlow 2023-08-03 16:27:09 +02:00
parent b3dfe8c3e0
commit 5ac5813f38
2 changed files with 7 additions and 0 deletions

View File

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

View File

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