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.
100 lines
4.9 KiB
100 lines
4.9 KiB
# -*- coding: utf-8 -*-
|
|
#################################################################################
|
|
# Author : Expert IT Solutions (<www.expertpk.com>)
|
|
# Copyright(c): 2012-Present Expert IT Solutions
|
|
# All Rights Reserved.
|
|
#
|
|
# This program is copyright property of the author mentioned above.
|
|
# You can`t redistribute it and/or modify it.
|
|
#
|
|
#################################################################################
|
|
{
|
|
'name': "One2many Image Drag and Drop Widget | Image Drag And Drop Widget ",
|
|
'version': '17.0.1.4.1',
|
|
'author': "Expert IT Solutions",
|
|
'website': "https://www.expertpk.com",
|
|
'summary': """
|
|
Two widgets. 1: Binary Image Drag and Drop Widget 2: One2Many Image(s) Field Drag And Drop Widget.
|
|
Enhance your Odoo experience with a custom widget for drag and drop image functionality.
|
|
Keywords: one2many image drag and drop, image drag and drop, drag & drop, binary field image upload, file uploader, bulk image upload, media management, image preview, product image uploader, one2many drag and drop, o2m drag and drop, binary drag & drop, drag and drop pictures, image widget, zoom image, image zoom, binary fields, image_ids, product_template_image_ids, product_variant_image_ids, multiple images, upload multiple images, one2many widget, o2m widget, o2m uploader upload uploading image images multi media multimedia media owl widget widget view custom widget field widget.
|
|
""",
|
|
'description': """
|
|
The Drag And Drop Binary Field Widget for Odoo is a cutting-edge proprietary solution designed for advanced media management.
|
|
It provides an intuitive drag and drop interface to upload, preview, and manage images efficiently within your Odoo records.
|
|
|
|
Key Features and Keywords:
|
|
- Image Drag And Drop Widget
|
|
- Bulk Image Upload
|
|
- Media Management
|
|
- File Uploader
|
|
- Odoo Binary Field Widget
|
|
- Custom Odoo Widget
|
|
- E-commerce Image Management
|
|
- Real Estate Image Management
|
|
- Drag and drop widget for Odoo
|
|
- Odoo image upload
|
|
- Odoo image preview
|
|
- Odoo file uploader
|
|
- Drag and drop binary field
|
|
- o2m field widget
|
|
- one2many field widget
|
|
- one2many drag and drop
|
|
- one2many image upload
|
|
- multiple image upload
|
|
- multiple images drag and drop
|
|
- drag and drop multiple images
|
|
- drag and drop multiple files
|
|
- image_1920 field widget
|
|
- image.mixin field widget
|
|
- product.image field widget
|
|
- website product multiple images
|
|
- website product drag and drop widget
|
|
- website product image upload
|
|
- Drag and Drop Interface
|
|
- Binary Field Widget
|
|
- Image Upload & Preview
|
|
- File Uploader & Media Management
|
|
- Custom Odoo Widget for E-commerce, Real Estate, Media Portals, and More
|
|
- Seamless Integration with Odoo's Backend
|
|
- Product Image Uploader, Custom Image Fields, and Dynamic Widgets
|
|
|
|
IMPORTANT LICENSE & USAGE TERMS:
|
|
- Licensed under Odoo Proprietary License v1 (OPL-1). This license is extremely restrictive.
|
|
- Modification, redistribution, or reuse of any part of this module’s code in any other modules or applications is strictly prohibited.
|
|
- This module is intended for use on a single database only. For additional databases, buy additional licenses.
|
|
- Code modifications, reverse-engineering, or using the code to generate derivative works is not allowed.
|
|
- For full details, please refer to the separate LICENSE file provided with the module.
|
|
|
|
Perfect for:
|
|
- E-commerce websites looking to manage multiple product images effortlessly.
|
|
- Businesses with heavy media content, such as real estate, portfolios, or media portals.
|
|
- Developers and system integrators seeking to enhance the user experience without extra dependencies,
|
|
as the widget is available systemwide once installed.
|
|
""",
|
|
'license': 'OPL-1',
|
|
'category': 'Tools',
|
|
'depends': ['base_setup', 'base', 'web', 'product', 'website_sale'],
|
|
# uncomment above line to automate the process of product upgrade and comment the below depend line
|
|
# 'depends': ['base_setup', 'base', 'web', 'product'],
|
|
|
|
'data': [
|
|
'views/product.xml', # uncomment this line only if you added website_sale as dependency.
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'eis_drag_drop/static/src/css/style.scss',
|
|
'eis_drag_drop/static/src/css/styles.css',
|
|
'eis_drag_drop/static/src/js/dnd_image_widget.js',
|
|
'eis_drag_drop/static/src/js/dnd_images_widget.js',
|
|
'eis_drag_drop/static/src/xml/dnd_widgets_templates.xml',
|
|
],
|
|
},
|
|
'images': ['static/description/banner.gif'],
|
|
'live_test_url': 'https://www.youtube.com/watch?v=JRPchiEhS9U',
|
|
'price': 70.0,
|
|
'currency': 'EUR',
|
|
'auto_install': False,
|
|
'installable': True,
|
|
}
|
|
|
|
|
|
|