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.

26 lines
859 B

9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd.
  5. # (<http://www.serpentcs.com>).
  6. # Copyright 2015 Lorenzo Battistini - Agile Business Group
  7. #
  8. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  9. #
  10. ##############################################################################
  11. {
  12. "name": "Web Digitized Signature for users",
  13. "version": "8.0.1.0.0",
  14. "author": "Serpent Consulting Services Pvt. Ltd., "
  15. "Odoo Community Association (OCA)",
  16. "category": 'web',
  17. "license": "AGPL-3",
  18. 'depends': ['web_widget_digitized_signature'],
  19. 'data': [
  20. 'views/users_view.xml'
  21. ],
  22. 'website': 'http://www.serpentcs.com',
  23. 'installable': True,
  24. 'auto_install': False,
  25. }