Add jsonifier (skeleton)

pull/2418/head
Simone Orsi 2022-04-20 13:38:15 +02:00 committed by Sébastien BEAU
parent dcee04f7d2
commit 8ad7fa6d09
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,3 @@
This module is meant to replace `base_jsonify`.
Once is confirmed that it can be published on the apps store
the switch will be made.

View File

View File

@ -0,0 +1,16 @@
# 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 - SKELETON",
"version": "14.0.0.1.0",
"category": "Uncategorized",
"website": "https://github.com/OCA/server-tools",
"author": "Akretion, ACSONE, Camptocamp, Odoo Community Association (OCA)",
"license": "LGPL-3",
"installable": True,
"depends": ["base"],
}