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
21 lines
676 B
# Odoo, Open Source Web View Transition
|
|
# Copyright (C) 2019 Alexandre Díaz <dev@redneboa.es>
|
|
#
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).#
|
|
{
|
|
'name': "Web View Transition",
|
|
'category': "web",
|
|
'version': "11.0.1.0.0",
|
|
'author': "Alexandre Díaz, "
|
|
"Odoo Community Association (OCA)",
|
|
'website': 'https://github.com/OCA/Web',
|
|
'depends': ['base', 'web'],
|
|
'summary': 'This module adds transitions to display views',
|
|
'data': [
|
|
'view/web_view_transition.xml',
|
|
'view/inherited_view_users_form_simple_modif.xml',
|
|
],
|
|
'license': 'AGPL-3',
|
|
'auto_install': False,
|
|
'installable': True,
|
|
}
|