mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
增加耗量显示等
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<xpath expr="//search">
|
<xpath expr="//search">
|
||||||
<superbar view_mode="kanban,tree">
|
<superbar view_mode="kanban,tree">
|
||||||
<field name="company_id" groups="base.group_multi_company"/>
|
<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"/>
|
<field name="usage"/>
|
||||||
</superbar>
|
</superbar>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App web enterprise enhance,企业版界面增强",
|
'name': "App web enterprise enhance,企业版界面增强",
|
||||||
'version': '12.19.04.17',
|
'version': '12.19.07.25',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -5,6 +5,10 @@
|
|||||||
border-color: $o-brand-primary;
|
border-color: $o-brand-primary;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
//看板
|
||||||
|
.o_kanban_view .o_kanban_group:not(.o_column_folded) {
|
||||||
|
width: $o-kanban-default-record-width;
|
||||||
|
}
|
||||||
//菜单搜索常见
|
//菜单搜索常见
|
||||||
.o_menu_search {
|
.o_menu_search {
|
||||||
&.o_bar_hidden {
|
&.o_bar_hidden {
|
||||||
@@ -49,6 +53,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user