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

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