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.
 
 
 
 
 

15 lines
546 B

# 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',
}