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.

27 lines
676 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2017 Creu Blanca
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. "name": "Check Digit on Sequences",
  6. "version": "9.0.1.0.0",
  7. "category": "Reporting",
  8. "website": "https://github.com/OCA/server-tools",
  9. "author": "Creu Blanca, "
  10. "Odoo Community Association (OCA)",
  11. "license": "LGPL-3",
  12. "installable": True,
  13. "application": False,
  14. "summary": "Adds a check digit on sequences",
  15. "depends": [
  16. "base",
  17. ],
  18. "data": [
  19. "views/sequence_views.xml",
  20. ],
  21. "external_dependencies": {
  22. "python": [
  23. "stdnum",
  24. ],
  25. },
  26. }