yun_product/yuthon_notice/__manifest__.py
李鹏宇 782bea26af 1
2026-06-26 09:40:27 +08:00

33 lines
989 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', 'mail'],
'data': [
'security/ir.model.access.csv',
'data/notice_code_data.xml',
'data/notice_cron_data.xml',
'data/notice_type_data.xml',
'views/yuthon_notice_views.xml',
'views/yuthon_notice_type_views.xml',
'views/yuthon_cs_tree_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,
}