details: https://code.tryton.org/tryton/commit/b00a8cb7eef2
branch: default
user: Cédric Krier <[email protected]>
date: Sat Jan 10 19:10:42 2026 +0100
description:
Copy custom theme from previous version
diffstat:
tryton/tryton/client.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 7238a955cb00 -r b00a8cb7eef2 tryton/tryton/client.py
--- a/tryton/tryton/client.py Sat Jan 10 19:10:29 2026 +0100
+++ b/tryton/tryton/client.py Sat Jan 10 19:10:42 2026 +0100
@@ -79,6 +79,7 @@
copy_previous_configuration('ca_certs')
copy_previous_configuration('profiles.cfg')
copy_previous_configuration('plugins')
+ copy_previous_configuration('theme.css')
CONFIG.parse()
if CONFIG.arguments:
url = CONFIG.arguments[0]