Accept Merge Request #319: (feature/制造工单界面布局优化 -> develop)
Merge Request: 将记录的讨论和评论窗口从form视图右侧移动到视图最下方。 Created By: @禹翔辉 Accepted By: @禹翔辉 URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/319?initial=true
This commit is contained in:
@@ -224,3 +224,28 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.o_form_view.o_xxl_form_view {
|
||||
flex-flow:column !important;
|
||||
}
|
||||
|
||||
.o_form_view_container {
|
||||
width:100% !important;
|
||||
}
|
||||
|
||||
html .o_web_client > .o_action_manager > .o_action {
|
||||
overflow:scroll !important;
|
||||
}
|
||||
|
||||
.o_FormRenderer_chatterContainer.o-aside {
|
||||
width:100% !important;
|
||||
max-width: 1320px !important;
|
||||
background-color:#ccc !important;
|
||||
}
|
||||
|
||||
.o_form_view {
|
||||
background-color:unset !important;
|
||||
border: 1px solid #C9CCD2 !important;
|
||||
border-left-color:unset !important;
|
||||
box-shadow: 0 5px 20px -15px rgb(0 0 0 / 40%) !important;
|
||||
}
|
||||
|
||||
@@ -19,6 +19,24 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- <record id="mrp_production_form_inherit_planning" model="ir.ui.view">-->
|
||||
<!-- <field name="name">mrp.production.form_inherit_planning</field>-->
|
||||
<!-- <field name="model">mrp.production</field>-->
|
||||
<!-- <field name="inherit_id" ref="mrp.mrp_production_form_view"/>-->
|
||||
<!-- <field name="arch" type="xml">-->
|
||||
<!-- <xpath expr="div[hasclass('oe_chatter')]" position="replace">-->
|
||||
<!-- <!– 这里放置替换后的内容 –>-->
|
||||
<!-- </xpath>-->
|
||||
<!-- <xpath expr="//notebook" position="after">-->
|
||||
<!-- <div class="oe_chatter">-->
|
||||
<!-- <field name="message_follower_ids"/>-->
|
||||
<!-- <field name="activity_ids"/>-->
|
||||
<!-- <field name="message_ids"/>-->
|
||||
<!-- </div>-->
|
||||
<!-- </xpath>-->
|
||||
<!-- </field>-->
|
||||
<!-- </record>-->
|
||||
|
||||
<record id="mrp_production_view_search_inherit_planning" model="ir.ui.view">
|
||||
<field name="name">mrp.production.search.view.inherit.planning</field>
|
||||
<field name="model">mrp.production</field>
|
||||
|
||||
Reference in New Issue
Block a user