Skip to content

Commit

Permalink
[FIX] setup.py for factur-x dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul authored and Alexis de Lattre committed Apr 29, 2020
1 parent 40c5eaa commit 5400417
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion setup/account_invoice_facturx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
odoo_addon={
"external_dependencies_override": {
"python": {
"facturx": "factur-x"
}
}
},
)
8 changes: 7 additions & 1 deletion setup/account_invoice_facturx_py3o/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
odoo_addon={
"external_dependencies_override": {
"python": {
"facturx": "factur-x"
}
}
},
)
8 changes: 7 additions & 1 deletion setup/account_invoice_import_facturx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
odoo_addon={
"external_dependencies_override": {
"python": {
"facturx": "factur-x"
}
}
},
)

0 comments on commit 5400417

Please sign in to comment.