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

Because those dependencies are already part of Odoo's base dependencies.
pull/2329/head
Luis González 2022-05-27 03:58:29 +00:00 committed by Mantux11
parent 03fa06e06f
commit c48d439e8d
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",