mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update scm, workcenter chart
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App mrp Manufacturing Orders browse by state workcenter navigator",
|
'name': "App mrp Manufacturing Orders browse by state workcenter navigator",
|
||||||
'version': '12.19.06.10',
|
'version': '12.19.07.29',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<field name="company_id" groups="base.group_multi_company"/>
|
<field name="company_id" groups="base.group_multi_company"/>
|
||||||
<field name="availability"/>
|
<field name="availability"/>
|
||||||
<field name="procurement_group_id"
|
<field name="procurement_group_id"
|
||||||
|
context="{'show_production':1}"
|
||||||
model="procurement.group"
|
model="procurement.group"
|
||||||
parent_key="parent_id"/>
|
parent_key="parent_id"/>
|
||||||
</superbar>
|
</superbar>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<xpath expr="//group[1]" position="before">
|
<xpath expr="//group[1]" position="before">
|
||||||
<div id="o_node_container">
|
<div id="o_node_container">
|
||||||
<div id="o_node_main">
|
<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]}"/>
|
options="{'preview_image': 'image_medium', 'size': [90, 90]}"/>
|
||||||
<span id="add_group"/>
|
<span id="add_group"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App web enterprise enhance,企业版界面增强",
|
'name': "App web enterprise enhance,企业版界面增强",
|
||||||
'version': '12.19.07.25',
|
'version': '12.19.07.29',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -9,6 +9,10 @@
|
|||||||
.o_kanban_view .o_kanban_group:not(.o_column_folded) {
|
.o_kanban_view .o_kanban_group:not(.o_column_folded) {
|
||||||
width: $o-kanban-default-record-width;
|
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_menu_search {
|
||||||
&.o_bar_hidden {
|
&.o_bar_hidden {
|
||||||
|
|||||||
Reference in New Issue
Block a user