mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] sql_export_excel: Migration to 14.0
This commit is contained in:
committed by
Florian da Costa
parent
3b578f7a4b
commit
12fdc9c5c5
@@ -3,15 +3,13 @@
|
||||
|
||||
{
|
||||
"name": "SQL Export Excel",
|
||||
"version": "12.0.1.1.0",
|
||||
"version": "14.0.1.1.0",
|
||||
"author": "Akretion,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"license": "AGPL-3",
|
||||
"category": "Generic Modules/Others",
|
||||
"summary": "Allow to export a sql query to an excel file.",
|
||||
"depends": [
|
||||
"sql_export",
|
||||
],
|
||||
"depends": ["sql_export"],
|
||||
"external_dependencies": {
|
||||
"python": [
|
||||
"openpyxl",
|
||||
|
||||
Reference in New Issue
Block a user