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.

33 lines
721 B

5 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "openapi",
  4. 'summary': """
  5. Odoo Opnapi
  6. UWAGA! Obecnie dekorator apiroute ma ograniczoną funkcjonalność.
  7. M.in. tylko jeden URL
  8. controllers/api.py zawiera przykład wykorzystania -
  9. pod adresem /oapi/api zwraca dokumentację w JSON
  10. """,
  11. 'description': """
  12. """,
  13. 'author': 'Jerzy Wawro',
  14. 'maintainer': "Galicea",
  15. 'website': "http://www.galicea.pl",
  16. 'category': 'Tools',
  17. 'version': '12.0.0.1',
  18. 'depends': [
  19. ],
  20. 'external_dependencies': {
  21. 'python': [ 'fastapi', 'pydantic', 'starlette' ]
  22. },
  23. 'data': [
  24. ],
  25. 'application': True,
  26. 'installable': True,
  27. }