You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# -*- coding: utf-8 -*-
{
'name': "subscription",
'summary': """
Gestionar Suscripciones""",
'description': """
Gestionar Suscripciones
""",
'author': "Javier",
'website': "https://www.yourcompany.com",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Uncategorized',
'version': '0.1',
# any module necessary for this one to work correctly
'depends': ['base'],
# always loaded
'data': [
'security/ir.model.access.csv',
'views/views.xml',
'views/templates.xml',
'views/welcome_message_web.xml',
'views/subscription_list_web.xml'
],
# only loaded in demonstration mode
'demo': [
'demo/demo.xml',
],
}