mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG]web_widget_image_download: Migration to 15.0
This commit is contained in:
@@ -3,14 +3,21 @@
|
||||
{
|
||||
"name": "Web Widget - Image Download",
|
||||
"summary": "Allows to download any image from its widget",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "15.0.1.0.0",
|
||||
"category": "web",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"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"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_widget_image_download/static/src/js/**/*",
|
||||
"web_widget_image_download/static/src/scss/**/*",
|
||||
],
|
||||
"web.assets_qweb": [
|
||||
"web_widget_image_download/static/src/xml/**/*",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user