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.

21 lines
579 B

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