[REF] excel_import_export: remove xlrd & xlwt from external dependencies

Because those dependencies are already part of Odoo's base dependencies.
pull/2505/head
Luis González 2022-05-27 03:58:29 +00:00 committed by Aungkokolin1997
parent 9736671d84
commit 5af2058616
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"website": "https://github.com/OCA/server-tools",
"category": "Tools",
"depends": ["mail"],
"external_dependencies": {"python": ["xlrd", "xlwt", "openpyxl"]},
"external_dependencies": {"python": ["openpyxl"]},
"data": [
"security/ir.model.access.csv",
"wizard/export_xlsx_wizard.xml",