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
676 B

  1. # Odoo, Open Source Web View Transition
  2. # Copyright (C) 2019 Alexandre Díaz <dev@redneboa.es>
  3. #
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).#
  5. {
  6. 'name': "Web View Transition",
  7. 'category': "web",
  8. 'version': "11.0.1.0.0",
  9. 'author': "Alexandre Díaz, "
  10. "Odoo Community Association (OCA)",
  11. 'website': 'https://github.com/OCA/Web',
  12. 'depends': ['base', 'web'],
  13. 'summary': 'This module adds transitions to display views',
  14. 'data': [
  15. 'view/web_view_transition.xml',
  16. 'view/inherited_view_users_form_simple_modif.xml',
  17. ],
  18. 'license': 'AGPL-3',
  19. 'auto_install': False,
  20. 'installable': True,
  21. }