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.

29 lines
845 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2004-2010 OpenERP SA (<http://www.openerp.com>)
  3. # Copyright 2011-2015 Serpent Consulting Services Pvt. Ltd.
  4. # Copyright 2017 Tecnativa - Vicent Cubells
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Web Widget Digitized Signature",
  8. "version": "10.0.0.1.0",
  9. "author": "Serpent Consulting Services Pvt. Ltd., "
  10. "Agile Business Group, "
  11. "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  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. 'website': 'http://www.serpentcs.com',
  24. 'qweb': [
  25. 'static/src/xml/digital_sign.xml',
  26. ],
  27. 'installable': True,
  28. }