# -*- coding: utf-8 -*- { 'name': "SMS test", 'summary': """ Module Cen Academy for students""", 'description': """ """, 'author': "Cenhomes", 'website': "https://www.cenhomes.vn", # 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', 'web', 'sms', ], # always loaded 'data': [ 'views/sms_custom.xml', 'views/sms_template.xml', ], 'assets': { 'web.assets_common': [ ('prepend', 'cenhomes_student/static/src/css/css_file.css'), ], 'web.assets_backend': [ 'cenhomes_student/static/src/components/**/*', 'cenhomes_student/static/src/views/**/*', 'cenhomes_student/static/src/xml/**/*', ], }, }