31 lines
894 B
Python
31 lines
894 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "日程",
|
|
'summary': "日程事项",
|
|
'description': """""",
|
|
'author': 'zhou',
|
|
'version': '0.1',
|
|
'license': 'LGPL-3',
|
|
'data': [
|
|
'data/task_code_data.xml',
|
|
'data/mail_template.xml',
|
|
'data/tsak_time_data.xml',
|
|
'security/yuthon_will_task_security.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/yuthon_will_task_views.xml',
|
|
'views/yuthon_dates_task_views.xml',
|
|
'views/yuthon_task_time_views.xml',
|
|
'views/yuthon_task_menu.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'yuthon_will_task/static/src/js/task_create_button.js',
|
|
'yuthon_will_task/static/src/xml/task_create_button.xml',
|
|
],
|
|
},
|
|
'demo': [],
|
|
'depends': ['hr', 'mail', 'yuthon_hr_employee', 'room'],
|
|
'installable': True,
|
|
'application': True,
|
|
}
|