19 lines
400 B
Python
19 lines
400 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': '机企猫 需求计划排程队列',
|
|
'version': '1.0',
|
|
'summary': """ 使用队列进行排程 """,
|
|
'author': 'fox',
|
|
'website': '',
|
|
'category': '',
|
|
'depends': ['queue_job_batch', 'sf_demand_plan'],
|
|
'data': [
|
|
|
|
],
|
|
|
|
'application': True,
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|