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
627 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-ux",
  8. "author": "Creu Blanca, "
  9. "Odoo Community Association (OCA)",
  10. "license": "LGPL-3",
  11. "installable": True,
  12. "application": False,
  13. "summary": "Auto-generate yearly/monthly/weekly/daily sequence "
  14. "period ranges",
  15. "depends": [
  16. "base",
  17. ],
  18. "data": [
  19. "views/sequence_views.xml",
  20. ],
  21. }