mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] sql_export_mail: Migration to 14.0
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "SQL Export Mail",
|
||||
"version": "12.0.1.0.0",
|
||||
"version": "14.0.1.0.0",
|
||||
"category": "Generic Modules",
|
||||
"summary": "Send csv file generated by sql query by mail.",
|
||||
"author": "Akretion, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"depends": [
|
||||
"sql_export",
|
||||
"mail",
|
||||
],
|
||||
"depends": ["sql_export", "mail"],
|
||||
"license": "AGPL-3",
|
||||
"data": [
|
||||
"views/sql_export_view.xml",
|
||||
|
||||
Reference in New Issue
Block a user