Odoo-Tutorial/custom_res_bank/__manifest__.py
2025-03-04 16:53:07 +07:00

29 lines
641 B
Python

# -*- coding: utf-8 -*-
{
'name': "bank 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', 'mail'],
# always loaded
'data': [
'views/sms_custom.xml',
],
}