Merge branch 'develop' into feature/修改看板样式

解决冲突

# Conflicts:
#	sf_warehouse/__manifest__.py
#	sf_warehouse/static/src/change.scss
This commit is contained in:
WEB许何哲\xuhez
2023-07-06 14:41:17 +08:00
170 changed files with 4723 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
.oe_kanban_card.kanban_color_1 {
background-color: red !important;
}
.oe_kanban_card.kanban_color_2 {
background-color: blue !important;
}
.oe_kanban_card.kanban_color_3 {
background-color: green !important;
}