29 lines
790 B
Python
29 lines
790 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': '机企猫智能工厂 消息提醒',
|
|
'version': '1.0',
|
|
'summary': '智能工厂消息提醒模块',
|
|
'sequence': 1,
|
|
'description': """
|
|
|
|
""",
|
|
'category': 'sf',
|
|
'website': 'https://www.sf.jikimo.com',
|
|
'depends': ['sale', 'purchase', 'sf_plan', 'jikimo_message_notify', 'stock', 'sf_quality', 'mrp','sf_manufacturing'],
|
|
'data': [
|
|
'data/bussiness_node.xml',
|
|
'data/cron_data.xml',
|
|
'data/template_data.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/mrp_workorder_views.xml',
|
|
],
|
|
'test': [
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False,
|
|
}
|