Update TZ-Austria style
parent
1bd867014e
commit
a502373e1f
|
|
@ -16,11 +16,17 @@ timezone = Europe/Vienna
|
||||||
#dbfilter_test = ['.*',]
|
#dbfilter_test = ['.*',]
|
||||||
show_debug = 1
|
show_debug = 1
|
||||||
|
|
||||||
workers = 0
|
workers = 4
|
||||||
server_wide_modules = web,base_sparse_field,queue_job
|
server_wide_modules = web,base_sparse_field,queue_job
|
||||||
|
|
||||||
portal_url = https://dev-portal.tzaustria.info/
|
portal_url = https://dev-portal.tzaustria.info/
|
||||||
portal_secret = hH43413$74O0
|
portal_secret = hH43413$74O0
|
||||||
|
|
||||||
|
limit_memory_hard = 2684354560
|
||||||
|
limit_memory_soft = 2147483648
|
||||||
|
limit_request = 8192
|
||||||
|
limit_time_cpu = 60
|
||||||
|
limit_time_real = 120
|
||||||
|
|
||||||
[queue_job]
|
[queue_job]
|
||||||
channels = root:4
|
channels = root:4
|
||||||
|
|
|
||||||
|
|
@ -58,3 +58,28 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.o_form_view {
|
||||||
|
.oe_button_box {
|
||||||
|
.oe_stat_button {
|
||||||
|
.o_button_icon {
|
||||||
|
color: @brand-primary;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.o_field_widget {
|
||||||
|
&.o_field_many2one .o_external_button {
|
||||||
|
color: @brand-primary;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
.o_required_modifier {
|
||||||
|
&.o_input, .o_input {
|
||||||
|
background-color: lighten(@brand-primary, 50%) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue