first push message
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
{
|
||||
'name': "youth_and_scholarship",
|
||||
|
||||
'summary': "Short (1 phrase/line) summary of the module's purpose",
|
||||
|
||||
'description': """
|
||||
Long description of module's purpose
|
||||
""",
|
||||
|
||||
'author': "My Company",
|
||||
'website': "https://www.yourcompany.com",
|
||||
|
||||
# Categories can be used to filter modules in modules listing
|
||||
# Check https://github.com/odoo/odoo/blob/15.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','address_kh','mail'],
|
||||
|
||||
# always loaded
|
||||
'data': [
|
||||
'security/security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'views/views.xml',
|
||||
'views/setting_views_stu.xml',
|
||||
'views/parent_views.xml',
|
||||
'views/history_study.xml',
|
||||
'views/youth_views.xml',
|
||||
'views/review_uyfc.xml',
|
||||
'views/approval_uyfc.xml',
|
||||
'views/list_approval_uyfc.xml',
|
||||
'views/Dashboards.xml',
|
||||
'views/cpp.xml',
|
||||
'views/Dashboard_CPP.xml',
|
||||
'views/Dashboard_discpp.xml',
|
||||
'views/review_cpp.xml',
|
||||
'views/cpp_disapprove.xml',
|
||||
'views/approval_list_cpp.xml',
|
||||
'views/void_result.xml',
|
||||
'views/list_member.xml',
|
||||
'views/info_family_books.xml',
|
||||
'reports/report_cpp.xml',
|
||||
'reports/cpp_reports_view.xml',
|
||||
'reports/cpp_report_list.xml',
|
||||
'reports/yufc_report.xml',
|
||||
'reports/group_cpp_list.xml',
|
||||
'reports/group_cpp_view.xml',
|
||||
'reports/cpp_preview.xml',
|
||||
'reports/cpp_preview_list.xml',
|
||||
'reports/cpp_preview_ex.xml',
|
||||
'reports/cpp_preview_ex_list.xml',
|
||||
'reports/review_report.xml',
|
||||
'reports/approval_report.xml',
|
||||
'reports/approval_view.xml',
|
||||
'reports/approval_view_list.xml',
|
||||
'reports/void_result_report.xml',
|
||||
'reports/void_result_list.xml',
|
||||
'reports/report_void_result.xml',
|
||||
'reports/report_cpp_no_logo.xml',
|
||||
'reports/list_report_cpp_no_logo.xml',
|
||||
'reports/report_cpp_all.xml',
|
||||
'data/type_position_cpp.xml',
|
||||
],
|
||||
# only loaded in demonstration mode
|
||||
'demo': [
|
||||
'demo/demo.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'youth_and_scholarship/static/src/css/style.css',
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user