Tower: upload om_account_asset 19.0.1.0.0 (was 1.0.0, via marketplace)

This commit is contained in:
2026-05-02 07:00:42 +00:00
parent c25e179e67
commit 317cdd1618

View File

@@ -0,0 +1,9 @@
.o_web_client .o_deprec_lines_toggler {
color: theme-color('danger');
&.o_is_posted {
color: theme-color('success');
}
&.o_unposted {
color: theme-color('warning');
}
}