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.

20 lines
666 B

  1. # Copyright 2015, 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
  2. # Copyright 2016 Tecnativa, S.L. - Vicent Cubells
  3. # Copyright 2018 Camptocamp SA
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Date & Time Formatter",
  7. "summary": "Helper functions to give correct format to date[time] fields",
  8. "version": "12.0.1.0.0",
  9. "category": "Tools",
  10. "website": "https://github.com/OCA/server-tools",
  11. "author": "Grupo ESOC Ingeniería de Servicios, "
  12. "Tecnativa, "
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "installable": True,
  16. "depends": [
  17. "base",
  18. ],
  19. }