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.

28 lines
823 B

  1. # Copyright 2004-2010 OpenERP SA (<http://www.openerp.com>)
  2. # Copyright 2011-2015 Serpent Consulting Services Pvt. Ltd.
  3. # Copyright 2017 Tecnativa - Vicent Cubells
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Web Widget Digitized Signature",
  7. "version": "11.0.0.1.0",
  8. "author": "Serpent Consulting Services Pvt. Ltd., "
  9. "Agile Business Group, "
  10. "Tecnativa, "
  11. "Odoo Community Association (OCA)",
  12. 'website': 'https://github.com/OCA/web',
  13. "license": "AGPL-3",
  14. "category": 'Web',
  15. 'depends': [
  16. 'web',
  17. 'mail',
  18. ],
  19. 'data': [
  20. 'views/web_digital_sign_view.xml',
  21. 'views/res_users_view.xml',
  22. ],
  23. 'qweb': [
  24. 'static/src/xml/digital_sign.xml',
  25. ],
  26. 'installable': True,
  27. }