diff --git a/sf_plan/__manifest__.py b/sf_plan/__manifest__.py index 2c965850..80a9d5fb 100644 --- a/sf_plan/__manifest__.py +++ b/sf_plan/__manifest__.py @@ -24,6 +24,7 @@ 'web.assets_qweb': [ ], 'web.assets_backend': [ + 'sf_plan/static/src/scss/gannt_change.scss' ], }, diff --git a/sf_plan/static/src/scss/gannt_change.scss b/sf_plan/static/src/scss/gannt_change.scss new file mode 100644 index 00000000..e9ffbc59 --- /dev/null +++ b/sf_plan/static/src/scss/gannt_change.scss @@ -0,0 +1,3 @@ +//.o_gantt_view .o_gantt_row_nogroup .o_gantt_pill { +// background-color: #6ec89b !important; +//} \ No newline at end of file diff --git a/sf_plan/views/view.xml b/sf_plan/views/view.xml index 9e82fd8a..3366ce49 100644 --- a/sf_plan/views/view.xml +++ b/sf_plan/views/view.xml @@ -66,12 +66,13 @@ sf.pl.plan.gantt sf.pl.plan - + @@ -80,21 +81,43 @@ -
-
-
-
    -
  • 开始时间:
  • -
  • 结束时间:
  • -
  • 坯料编号:
  • -
  • 坯料名称:
  • -
  • 数量:
  • -
  • 材质:
  • -
+
+
+
+
    +
  • + 开始时间: + +
  • +
  • + 结束时间: + +
  • +
  • + 坯料编号: + +
  • +
  • + 坯料名称: + +
  • +
  • + 数量: + +
  • +
  • + 材质: + +
  • +
  • + 状态: + +
  • +
+
-
- + @@ -113,6 +136,6 @@ parent="mrp_workorder.mrp_workorder_menu_planning" sequence="10" action="sf_pl_plan_action" - /> + />