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.

22 lines
600 B

  1. # Copyright 2017 Tecnativa - Vicent Cubells
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Contract Digitized Signature",
  5. "version": "11.0.1.0.0",
  6. "author": "Tecnativa, "
  7. "Odoo Community Association (OCA)",
  8. "website": "https://github.com/OCA/contract",
  9. "category": "Contract Management",
  10. "license": "AGPL-3",
  11. "depends": [
  12. "contract",
  13. "sale",
  14. "web_widget_digitized_signature",
  15. ],
  16. "data": [
  17. "report/report_contract.xml",
  18. "views/contract_views.xml",
  19. ],
  20. "installable": True,
  21. }