yun_product/yuthon_notice/__manifest__.py
2026-07-25 14:23:19 +08:00

35 lines
990 B
Python

# -*- coding: utf-8 -*-
{
'name': "yuthon notice",
'summary': "通知公告",
'description': """
""",
'author': 'pengyuthon',
'website': 'https://www.pengyuthon.com',
'category': 'Human Resources/Attendances',
'version': '0.1',
'license': 'LGPL-3',
'depends': ['base', 'hr'],
'data': [
'security/ir.model.access.csv',
'data/notice_code_data.xml',
'data/notice_type_data.xml',
'report/notice_print_report.xml',
'report/notice_print_template.xml',
'views/yuthon_notice_views.xml',
'views/yuthon_notice_type_views.xml',
'views/yuthon_confirm_users_views.xml',
],
'assets': {
'web.assets_backend': [
'yuthon_notice/static/src/js/custom_create_button.js',
'yuthon_notice/static/src/xml/custom_create_button.xml',
'yuthon_notice/static/scss/notice_scss.scss',
],
},
'installable': True,
'application': True,
}