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 authored and thienvh332 committed Dec 31, 2024
1 parent 9c96130 commit 5e1696b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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
invoice2data==0.3.5
ovh
phonenumbers
Expand Down
2 changes: 1 addition & 1 deletion setup/account_invoice_facturx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
odoo_addon={
"external_dependencies_override": {
"python": {
"facturx": "factur-x"
"facturx": "factur-x<=3.1"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion setup/account_invoice_facturx_py3o/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
odoo_addon={
"external_dependencies_override": {
"python": {
"facturx": "factur-x"
"facturx": "factur-x<=3.1"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion setup/account_invoice_import_facturx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
odoo_addon={
"external_dependencies_override": {
"python": {
"facturx": "factur-x"
"facturx": "factur-x<=3.1"
}
}
},
Expand Down

0 comments on commit 5e1696b

Please sign in to comment.