mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 09:12:03 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -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": "16.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"],
|
||||
"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",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue