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 e645f79 commit c247b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion account_invoice_facturx/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'base_facturx',
'base_vat',
],
'external_dependencies': {'python': ['facturx']},
'external_dependencies': {'python': ['facturx<=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 @@ -11,7 +11,7 @@
'author': 'Akretion,Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/edi',
'depends': ['account_invoice_import', 'base_facturx'],
'external_dependencies': {'python': ['facturx']},
'external_dependencies': {'python': ['facturx<=3.1']},
'data': ['wizard/account_invoice_import_view.xml'],
'demo': ['demo/demo_data.xml'],
'installable': True,
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
invoice2data==0.3.5
ovh
phonenumbers
Expand Down

0 comments on commit c247b34

Please sign in to comment.