You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
859 B
27 lines
859 B
# -*- coding: utf-8 -*-
|
|
# © 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
|
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
|
# © 2015 Antiun Ingeniería S.L. - Jairo Llopis
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Multiple images base",
|
|
"summary": "Allow multiple images for database objects",
|
|
"version": "8.0.2.0.0",
|
|
"author": "Serv. Tecnol. Avanzados - Pedro M. Baeza, "
|
|
"Antiun Ingeniería, S.L., "
|
|
"Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"website": "http://www.antiun.com",
|
|
"category": "Tools",
|
|
"depends": ['base'],
|
|
'installable': True,
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/image_view.xml",
|
|
],
|
|
"images": [
|
|
"images/form.png",
|
|
"images/kanban.png",
|
|
],
|
|
}
|