Skip to content

Commit 0b47ade

Browse files
[FIX] account_invoice_import2data: add poppler-utils in manifest
1 parent fb441e8 commit 0b47ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account_invoice_import_invoice2data/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'author': 'Akretion,Odoo Community Association (OCA)',
1212
'website': 'https://github.com/OCA/edi',
1313
'depends': ['account_invoice_import'],
14-
'external_dependencies': {'python': ['invoice2data']},
14+
'external_dependencies': {'python': ['invoice2data'], "deb": ["poppler-utils"]},
1515
'data': ['wizard/account_invoice_import_view.xml'],
1616
'demo': ['demo/demo_data.xml'],
1717
'installable': True,

0 commit comments

Comments
 (0)