修改需求计划,下达生成的方法

This commit is contained in:
胡尧
2025-06-20 14:51:58 +08:00
parent 788183e239
commit b33c992b25
6 changed files with 49 additions and 10 deletions

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
{
'name': '机企猫 需求计划排程队列',
'version': '1.0',
'summary': """ 使用队列进行排程 """,
'author': 'fox',
'website': '',
'category': '',
'depends': ['queue_job', 'sf_demand_plan'],
'data': [
],
'application': True,
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}