Skip to content

Commit

Permalink
[FIX] account_invoice_import_facturx: Pinned factur-x version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Guenther authored and Bastian Guenther committed Dec 10, 2024
1 parent 83ebf42 commit ac175a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# generated from manifests external_dependencies
factur-x
factur-x==3.1
lxml
PyPDF2
pyyaml
xmlschema
xmlunittest
freezegun
odoo_test_helper
responses

0 comments on commit ac175a3

Please sign in to comment.