We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb441e8 commit 0b47adeCopy full SHA for 0b47ade
account_invoice_import_invoice2data/__manifest__.py
@@ -11,7 +11,7 @@
11
'author': 'Akretion,Odoo Community Association (OCA)',
12
'website': 'https://github.com/OCA/edi',
13
'depends': ['account_invoice_import'],
14
- 'external_dependencies': {'python': ['invoice2data']},
+ 'external_dependencies': {'python': ['invoice2data'], "deb": ["poppler-utils"]},
15
'data': ['wizard/account_invoice_import_view.xml'],
16
'demo': ['demo/demo_data.xml'],
17
'installable': True,
0 commit comments