增加耗量显示等

This commit is contained in:
Ivan.x390
2019-07-25 10:20:45 +08:00
parent d5d7deea62
commit d79f8c1154
3 changed files with 6 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
<xpath expr="//search">
<superbar view_mode="kanban,tree">
<field name="company_id" groups="base.group_multi_company"/>
<field name="location_id" groups="stock.group_stock_multi_locations" level="0"/>
<field name="location_id" parent_key="location_id" groups="stock.group_stock_multi_locations" level="2"/>
<field name="usage"/>
</superbar>
</xpath>

View File

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

View File

@@ -5,6 +5,10 @@
border-color: $o-brand-primary;
font-weight: bold;
}
//看板
.o_kanban_view .o_kanban_group:not(.o_column_folded) {
width: $o-kanban-default-record-width;
}
//菜单搜索常见
.o_menu_search {
&.o_bar_hidden {
@@ -49,6 +53,4 @@
}
}
}
}