mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[10.0][MIG]migrate web_widget_image_download
This commit is contained in:
23
web_widget_image_download/__manifest__.py
Normal file
23
web_widget_image_download/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2016 Flavio Corpa <flavio.corpa@tecnativa.com>
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
{
|
||||
"name": "Web Widget - Image Download",
|
||||
"summary": "Allows to download any image from its widget",
|
||||
"version": "10.0.1.0.0",
|
||||
"category": "web",
|
||||
"website": "https://www.tecnativa.com",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA), Kaushal Prajapati",
|
||||
"license": "LGPL-3",
|
||||
"application": False,
|
||||
'installable': True,
|
||||
"data": [
|
||||
"views/assets.xml",
|
||||
],
|
||||
"depends": [
|
||||
"web",
|
||||
],
|
||||
"qweb": [
|
||||
"static/src/xml/web_widget_image_download.xml",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user