调整文件结构,解决依赖问题

This commit is contained in:
胡尧
2024-12-02 10:06:11 +08:00
parent 6690d3f2cb
commit 4baa7a9b44
7 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import main

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from . import product_template
from . import sale_order
from . import mrp_bom

View File

@@ -1,2 +1,3 @@
from . import controllers
from . import workpiece
from . import main

View File

@@ -13,3 +13,5 @@ from . import agv_scheduling
from . import res_config_setting
from . import sf_technology_design
from . import sf_production_common
from . import sale_order
from . import quick_easy_order