初次提交,智能工厂基础数据

This commit is contained in:
gqh
2022-09-26 12:02:52 +08:00
parent fcf0354a1e
commit 11b0675241
17 changed files with 1216 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': '机企猫藏智能工厂 同步模块',
'version': '1.0',
'summary': '智能工厂同步模块',
'sequence': 1,
'description': """
在本模块,同步资源库
""",
'category': 'YZ',
'website': 'https://www.sf.cs.jikimo.com',
'depends': ['account', 'sf_base'],
'data': [
'data/sf_cron.xml'
],
'demo': [
],
'qweb': [
],
'installable': True,
'application': False,
'auto_install': False,
}