Skip to content

Commit

Permalink
account_invoice_*facturx: fix factur-x lib version
Browse files Browse the repository at this point in the history
Pin 3.1 to fix #1084
  • Loading branch information
simahawk committed Dec 4, 2024
1 parent 4dac712 commit e7fb1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 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 requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated from manifests external_dependencies
factur-x
factur-x<=3.1
pypdf
PyPDF2
PyYAML

0 comments on commit e7fb1ac

Please sign in to comment.