Skip to content

Commit f070e47

Browse files
simahawkthienvh332
authored andcommitted
account_invoice_*facturx: fix factur-x lib version
Pin 3.1 to fix #1084
1 parent 7f4cce9 commit f070e47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated from manifests external_dependencies
2-
factur-x
2+
factur-x<=3.1
33
invoice2data==0.3.5
44
ovh
55
phonenumbers

setup/account_invoice_facturx/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
odoo_addon={
66
"external_dependencies_override": {
77
"python": {
8-
"facturx": "factur-x"
8+
"facturx": "factur-x<=3.1"
99
}
1010
}
1111
},

setup/account_invoice_facturx_py3o/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
odoo_addon={
66
"external_dependencies_override": {
77
"python": {
8-
"facturx": "factur-x"
8+
"facturx": "factur-x<=3.1"
99
}
1010
}
1111
},

setup/account_invoice_import_facturx/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
odoo_addon={
66
"external_dependencies_override": {
77
"python": {
8-
"facturx": "factur-x"
8+
"facturx": "factur-x<=3.1"
99
}
1010
}
1111
},

0 commit comments

Comments
 (0)