mirror of
https://gitlab.com/flectra-community/mis-builder.git
synced 2024-11-16 19:22:04 +00:00
17 lines
505 B
Python
17 lines
505 B
Python
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
{
|
||
|
"name": "MIS Builder Import / Export",
|
||
|
"summary": """Import / Export Reports with all dependencies""",
|
||
|
"version": "1.0.1.0.0",
|
||
|
"license": "AGPL-3",
|
||
|
"author": "Jamotion GmbH",
|
||
|
"website": "https://gitlab.com/flectra-community/mis-builder",
|
||
|
"depends": ["mis_builder"],
|
||
|
"data": [
|
||
|
"wizards/mis_builder_export_views.xml",
|
||
|
"wizards/mis_builder_import_views.xml",
|
||
|
],
|
||
|
"installable": True,
|
||
|
}
|