Skip to content

Commit 21751ac

Browse files
Bastian GuentherBastian Guenther
Bastian Guenther
authored and
Bastian Guenther
committed
[IMP] setup: Added account_invoice_import_facturx, account_invoice_import
1 parent 3cb6f6d commit 21751ac

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../account_invoice_import

setup/account_invoice_import/setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../account_invoice_import_facturx
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)