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.

31 lines
931 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. # Copyright 2019 Open Source Integrators
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'Web Widget Digitized Signature',
  8. 'version': '12.0.1.0.0',
  9. 'author': 'Serpent Consulting Services Pvt. Ltd., '
  10. 'Agile Business Group, '
  11. 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'https://github.com/OCA/web',
  14. 'license': 'AGPL-3',
  15. 'category': 'Web',
  16. 'depends': [
  17. 'web',
  18. 'mail',
  19. ],
  20. 'data': [
  21. 'views/web_digital_sign_view.xml',
  22. 'views/res_users_view.xml',
  23. ],
  24. 'qweb': [
  25. 'static/src/xml/digital_sign.xml',
  26. ],
  27. 'installable': True,
  28. 'development_status': 'Stable',
  29. 'maintainers': ['mgosai'],
  30. }