update scm, workcenter chart

This commit is contained in:
ivan deng
2019-07-29 04:35:25 +08:00
parent d79f8c1154
commit 6bbdc8098d
5 changed files with 8 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
{
'name': "App mrp Manufacturing Orders browse by state workcenter navigator",
'version': '12.19.06.10',
'version': '12.19.07.29',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',

View File

@@ -11,6 +11,7 @@
<field name="company_id" groups="base.group_multi_company"/>
<field name="availability"/>
<field name="procurement_group_id"
context="{'show_production':1}"
model="procurement.group"
parent_key="parent_id"/>
</superbar>

View File

@@ -8,7 +8,7 @@
<xpath expr="//group[1]" position="before">
<div id="o_node_container">
<div id="o_node_main">
<field name="image" widget="image" class="oe_avatar" invisible="1"
<field name="image" widget="image" class="oe_avatar"
options="{'preview_image': 'image_medium', 'size': [90, 90]}"/>
<span id="add_group"/>
</div>

View File

@@ -18,7 +18,7 @@
{
'name': "App web enterprise enhance,企业版界面增强",
'version': '12.19.07.25',
'version': '12.19.07.29',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',

View File

@@ -9,6 +9,10 @@
.o_kanban_view .o_kanban_group:not(.o_column_folded) {
width: $o-kanban-default-record-width;
}
//workcenter看板特殊
.o_kanban_view.o_workcenter_kanban .o_kanban_group:not(.o_column_folded) {
width: 400px + 2*$o-kanban-group-padding;
}
//菜单搜索常见
.o_menu_search {
&.o_bar_hidden {