# Copyright 2019 Florent de Labarre # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { 'name': "Web Widget Image Paste Clipboard", 'summary': "Allow to paste an image from clipboard in Image field.", 'author': "Florent de Labarre, Odoo Community Association (OCA)", 'category': 'Web', 'website': 'https://github.com/OCA/web', 'version': '11.0.1.0.0', 'depends': ['web'], 'data': ['templates/assets.xml'], 'qweb': ['static/src/xml/base.xml'], 'installable': True, 'license': 'AGPL-3', }