[14.0][MIG] account_move_line_rma_order_line

This commit is contained in:
Christopher Ormaza
2022-01-26 10:43:55 -05:00
parent 1ed9c18769
commit de2e3f5d2f
14 changed files with 265 additions and 272 deletions

View File

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

View File

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