mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[ADD] sql_export_delta
This commit is contained in:
26
sql_export_delta/__manifest__.py
Normal file
26
sql_export_delta/__manifest__.py
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2024 Hunki Enterprises BV
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
|
||||
|
||||
{
|
||||
"name": "SQL Export (delta support)",
|
||||
"summary": "Support exporting only the changes from last export",
|
||||
"version": "16.0.1.0.0",
|
||||
"development_status": "Alpha",
|
||||
"category": "Extra Tools",
|
||||
"website": "https://github.com/OCA/reporting-engine",
|
||||
"author": "Hunki Enterprises BV, Odoo Community Association (OCA)",
|
||||
"maintainers": ["hbrunn"],
|
||||
"license": "AGPL-3",
|
||||
"uninstall_hook": "uninstall_hook",
|
||||
"external_dependencies": {
|
||||
"python": [],
|
||||
"bin": [],
|
||||
},
|
||||
"depends": [
|
||||
"sql_export",
|
||||
],
|
||||
"data": [
|
||||
"views/sql_export.xml",
|
||||
],
|
||||
"demo": [],
|
||||
}
|
||||
Reference in New Issue
Block a user