Skip to content

Commit

Permalink
Merge PR #1085 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Dec 4, 2024
2 parents aefd8e9 + f403518 commit 82ef938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_invoice_facturx/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"base_facturx",
"base_vat",
],
"external_dependencies": {"python": ["factur-x"]},
"external_dependencies": {"python": ["factur-x<=3.1"]},
"data": [
"views/res_partner.xml",
"views/res_config_settings.xml",
Expand Down
2 changes: 1 addition & 1 deletion account_invoice_import_facturx/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/edi",
"depends": ["account_invoice_import", "base_facturx"],
"external_dependencies": {"python": ["factur-x"]},
"external_dependencies": {"python": ["factur-x<=3.1"]},
"data": ["wizard/account_invoice_import_view.xml"],
"demo": ["demo/demo_data.xml"],
"installable": True,
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# generated from manifests external_dependencies
dateparser
factur-x
factur-x<=3.1
invoice2data
ovh
phonenumbers
Expand Down

0 comments on commit 82ef938

Please sign in to comment.