优化制造订单号界面展示效果
This commit is contained in:
@@ -491,4 +491,9 @@ div:has(.o_required_modifier) > label::before {
|
||||
}
|
||||
.o_list_renderer .o_list_table tfoot .o_list_number {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.o_field_widget.o_readonly_modifier.o_required_modifier.o_field_many2one[name=production_id] .o_form_uri {
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
}
|
||||
@@ -70,7 +70,7 @@
|
||||
<xpath expr="//sheet//group//group[2]//label" position="before">
|
||||
<!-- <field name="process_state"/> -->
|
||||
<field name="state"/>
|
||||
<field name="process_state"/>
|
||||
<!-- <field name="process_state"/> -->
|
||||
|
||||
</xpath>
|
||||
<xpath expr="//sheet//group//group//div[3]" position="after">
|
||||
|
||||
Reference in New Issue
Block a user