25 lines
610 B
Python
25 lines
610 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': '机企猫智能工厂 员工管理',
|
|
'version': '1.0',
|
|
'summary': '智能工厂员工模块',
|
|
'sequence': 1,
|
|
'category': 'sf',
|
|
'website': 'https://www.sf.jikimo.com',
|
|
'depends': ['base', 'hr'],
|
|
'data': [
|
|
'views/hr_employee.xml',
|
|
'views/res_config_settings_views.xml',
|
|
'data/cron_data.xml',
|
|
],
|
|
'demo': [
|
|
],
|
|
'qweb': [
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|