mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add account line
This commit is contained in:
@@ -103,10 +103,10 @@
|
||||
height: 99.5%;
|
||||
}
|
||||
}
|
||||
//m2o字段,只读情况下也可换行
|
||||
//m2o字段,只读情况下才可换行
|
||||
.o_list_view .o_list_table tbody > tr > td.o_readonly_modifier {
|
||||
white-space: pre-wrap!important;
|
||||
}
|
||||
.o_list_view .o_list_table .o_list_many2one {
|
||||
.o_form_readonly .o_list_view .o_list_table .o_list_many2one {
|
||||
white-space: pre-wrap!important;
|
||||
}
|
||||
Reference in New Issue
Block a user