将sf_manufacturing模块中stock.py的_run_manufacture方法进行拆分

This commit is contained in:
胡尧
2025-06-18 09:25:44 +08:00
parent 5c7e6e969f
commit 92f591c3e7
6 changed files with 368 additions and 222 deletions

View File

@@ -1,4 +1,5 @@
from . import ftp_operate
from . import res_config_setting
from . import sync_common
from . import order_price
from . import order_price
from . import mrp_production