21 lines
581 B
Python
21 lines
581 B
Python
# Copyright 2019-2022 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
|
|
{
|
|
"name": "Conditional Images",
|
|
"summary": "This module extends the functionality to support conditional images",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Misc",
|
|
"depends": [
|
|
"base",
|
|
],
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"data": [
|
|
"views/image_view.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
"installable": True,
|
|
}
|