[ADD] report_carbone, jsonifier, export_json : carbone is an alternative to Py3o
This commit is contained in:
26
jsonifier/__manifest__.py
Normal file
26
jsonifier/__manifest__.py
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2017-2018 Akretion (http://www.akretion.com)
|
||||
# Sébastien BEAU <sebastien.beau@akretion.com>
|
||||
# Raphaël Reverdy <raphael.reverdy@akretion.com>
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
{
|
||||
"name": "JSONifier",
|
||||
"summary": "JSON-ify data for all models",
|
||||
"version": "18.0.1.1.1",
|
||||
"category": "Uncategorized",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"author": "Akretion, ACSONE, Camptocamp, Odoo Community Association (OCA)",
|
||||
"license": "LGPL-3",
|
||||
"installable": True,
|
||||
"depends": ["base"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/ir_exports_view.xml",
|
||||
"views/ir_exports_resolver_view.xml",
|
||||
],
|
||||
"demo": [
|
||||
"demo/resolver_demo.xml",
|
||||
"demo/export_demo.xml",
|
||||
"demo/ir.exports.line.csv",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user