Skip to content

Commit 0b9b476

Browse files
EvaSForgeFlowLoisRForgeFlow
authored andcommitted
[IMP] edi_account_invoice_import: pre-commit stuff
1 parent 69503c2 commit 0b9b476

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

edi_account_invoice_import/__manifest__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
{
66
"name": "EDI Account Invoice Import",
77
"summary": """Plug account_invoice_import into EDI machinery.""",
8-
"version": "14.0.1.1.0",
8+
"version": "16.0.1.1.0",
99
"development_status": "Alpha",
1010
"license": "AGPL-3",
11-
"website": "https://github.com/OCA/edi",
11+
"website": "https://github.com/OCA/edi-framework",
1212
"author": "ForgeFlow,Odoo Community Association (OCA)",
1313
"maintainers": ["LoisRForgeFlow"],
1414
"depends": ["edi_oca", "account_invoice_import"],
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../edi_account_invoice_import
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)