[ADD] account_payment_order_vendor_email

This commit is contained in:
Murtaza Mithaiwala
2021-01-29 12:15:58 +05:30
committed by Murtaza Mithaiwala
parent 70e78068e6
commit b672adaeeb
16 changed files with 564 additions and 0 deletions

View File

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

View File

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