Dylan Kiss (dyki)
88e1f1bbd4
[I18N] *: add config file for weblate
...
closes odoo/design-themes#1120
Related: odoo/odoo#220416
Related: odoo/enterprise#90952
Signed-off-by: Louis Wicket (wil) <wil@odoo.com >
2025-07-25 12:04:10 +00:00
Odoo Translation Bot
dd79242f16
[I18N] *: fetch saas-18.2 translations
2025-07-22 13:46:35 +00:00
Odoo Translation Bot
f6fb5c1bfa
[I18N] *: fetch saas-18.2 translations
2025-07-19 13:46:42 +00:00
Odoo Translation Bot
1af8ff73d0
[I18N] *: fetch saas-18.2 translations
2025-07-16 13:44:06 +00:00
Odoo Translation Bot
cf8e75bb69
[I18N] *: fetch saas-18.2 translations
2025-07-13 13:40:29 +00:00
Odoo Translation Bot
a950ee10e9
[I18N] *: fetch saas-18.2 translations
2025-07-10 13:47:26 +00:00
Odoo Translation Bot
b75727107a
[I18N] *: fetch saas-18.2 translations
2025-07-07 13:53:06 +00:00
Odoo Translation Bot
98d9ca860d
[I18N] *: fetch saas-18.2 translations
2025-07-04 13:47:47 +00:00
Odoo Translation Bot
55c3e2ce0d
[I18N] *: fetch saas-18.2 translations
2025-07-01 13:59:19 +00:00
Odoo Translation Bot
ee6147809c
[I18N] *: fetch saas-18.2 translations
2025-06-28 13:42:11 +00:00
Odoo Translation Bot
608ca64160
[I18N] *: fetch saas-18.2 translations
2025-06-25 13:48:45 +00:00
Odoo Translation Bot
d67f4c277e
[I18N] *: fetch saas-18.2 translations
2025-06-22 13:41:31 +00:00
Odoo Translation Bot
21df83ec13
[I18N] *: fetch saas-18.2 translations
2025-06-19 13:46:17 +00:00
Odoo Translation Bot
fc76536e05
[I18N] *: fetch saas-18.2 translations
2025-06-16 13:45:12 +00:00
Odoo Translation Bot
fa26cfde26
[I18N] *: fetch saas-18.2 translations
2025-06-13 13:50:23 +00:00
Odoo Translation Bot
186bccb915
[I18N] *: fetch saas-18.2 translations
2025-06-10 14:24:33 +00:00
Odoo Translation Bot
0a905d44c7
[I18N] *: fetch saas-18.2 translations
2025-06-07 13:59:05 +00:00
Odoo Translation Bot
e647c4572e
[I18N] *: fetch saas-18.2 translations
2025-06-04 14:24:20 +00:00
Nicolas Lempereur
62ca90e95a
[FIX] theme_cobalt,theme_paptic: enable blog Inter bolder
...
Scenario:
- install theme_cobalt or theme_paptic
- go to a website blog post
- put a word in bold
Result: the bold is not shown bolder than the text
Issue: Inter font in theme_cobalt and theme_paptic loads weights 400,
600 and 800. The blog post normal font weight is 300 since 2019 (in
odoo/odoo@bb0cdec459 ) and so both normal
font-weight and bold inside it are shown with weight 400 which make bold
not differentiated.
Fix: add 300 weight to Inter font.
Note: in 18.0, Inter font already has weight 300 in theme_odoo_experts,
theme_enark, theme_vehicle, theme_bookstore, theme_nano, theme_clean and
website but it is still missing for cobalt and paptic themes.
opw-4818737
closes odoo/design-themes#1092
X-original-commit: 55ddb9fea8
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com >
Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com >
2025-06-02 09:20:15 +00:00
Odoo Translation Bot
57bf4cc5f2
[I18N] *: fetch saas-18.2 translations
2025-06-01 13:57:22 +00:00
Odoo Translation Bot
2ad1871c8f
[I18N] *: fetch saas-18.2 translations
2025-05-29 14:06:46 +00:00
Odoo Translation Bot
d45f21b6a6
[I18N] *: fetch saas-18.2 translations
2025-05-26 14:03:16 +00:00
Odoo Translation Bot
33a691022b
[I18N] *: fetch saas-18.2 translations
2025-05-23 14:26:09 +00:00
assk-odoo
52c3b446d5
[FIX] theme_test_custo: remove the console error in test_assets mode
...
The "Test" key is unnecessary in the tour registry, as it has already been
removed from the Tour Schema (see PR[1]). Also, refactor the tour
definitions to follow the updated step structure.
[1]:https://github.com/odoo/odoo/pull/182887
task-4702436
closes odoo/design-themes#1084
X-original-commit: 0295bf1567
Signed-off-by: Serge Bayet (seba) <seba@odoo.com >
2025-05-22 18:44:54 +00:00
Odoo Translation Bot
1019d682a7
[I18N] *: fetch saas-18.2 translations
2025-05-20 14:59:17 +00:00
qsm-odoo
fb69687603
[FIX] theme_test_custo: fix nightly theme preview tour
...
The theme preview feature before selection was disabled in [1]. This
commit disables the related tour steps that were testing it a nightly
tour... that was red since then.
[1]: https://github.com/odoo/odoo/commit/7cb71e9479df0ee9af0b7ad39302857666726177
Related to task-3454790
closes odoo/design-themes#1080
X-original-commit: 9580ef86ac
Related: odoo/odoo#210221
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com >
2025-05-19 16:26:52 +00:00
Odoo Translation Bot
22d216a7a7
[I18N] *: fetch saas-18.2 translations
2025-05-17 14:52:03 +00:00
Hubert Van De Walle
151ef20f51
[FIX] theme_test_custo: adapt test_website_theme_preview tour
...
Follow-up of f38205873e
closes odoo/design-themes#1075
X-original-commit: 861a663aeb
Signed-off-by: Hubert Van De Walle <huvw@odoo.com >
2025-05-15 09:57:29 +00:00
Odoo Translation Bot
b99e09f3ea
[I18N] *: fetch saas-18.2 translations
2025-05-14 14:56:28 +00:00
Odoo Translation Bot
8b698563f4
[I18N] *: fetch saas-18.2 translations
2025-05-11 14:46:30 +00:00
Hubert Van De Walle
f17eaebfef
[FIX] theme_test_custo: prevent failing test_website_theme_preview tour
...
When running the test test_website_theme_preview, we have the following error:
`tour.steps has to be a function that returns TourStep[]`
runbot-111646
runbot-163139
closes odoo/design-themes#1067
X-original-commit: a3eb65d3ea
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com >
2025-05-10 02:58:42 +00:00
Odoo Translation Bot
cac847c404
[I18N] *: fetch saas-18.2 translations
2025-05-06 14:57:34 +00:00
Odoo Translation Bot
9548341fa0
[I18N] *: fetch saas-18.2 translations
2025-04-30 14:56:56 +00:00
Odoo Translation Bot
265c205158
[I18N] *: fetch saas-18.2 translations
2025-04-27 14:57:34 +00:00
Odoo Translation Bot
c3c047403f
[I18N] *: fetch saas-18.2 translations
2025-04-24 14:57:16 +00:00
Odoo Translation Bot
4f8db9a483
[I18N] *: fetch saas-18.2 translations
2025-04-21 14:57:02 +00:00
Odoo Translation Bot
0abe4dd8d7
[I18N] *: fetch saas-18.2 translations
2025-04-18 14:58:29 +00:00
Odoo Translation Bot
b1dbc70605
[I18N] *: fetch saas-18.2 translations
2025-04-15 14:57:10 +00:00
Odoo Translation Bot
0bbec115c6
[I18N] *: fetch saas-18.2 translations
2025-04-12 14:57:14 +00:00
Odoo Translation Bot
44c0aeb0b0
[I18N] *: fetch saas-18.2 translations
2025-04-09 14:57:12 +00:00
Odoo Translation Bot
3bbcc43d31
[I18N] *: fetch saas-18.2 translations
2025-04-03 15:04:45 +00:00
Odoo Translation Bot
f1b4904b4a
[I18N] *: fetch saas-18.2 translations
2025-03-31 14:57:24 +00:00
Odoo Translation Bot
3ac5f171cd
[I18N] *: fetch saas-18.2 translations
2025-03-28 14:58:48 +00:00
Odoo Translation Bot
cfe5d81943
[I18N] *: fetch saas-18.2 translations
2025-03-25 14:57:22 +00:00
Odoo Translation Bot
9800cb35d8
[I18N] *: fetch saas-18.2 translations
2025-03-22 14:57:25 +00:00
Odoo Translation Bot
05a2adf289
[I18N] *: fetch saas-18.2 translations
2025-03-19 14:57:18 +00:00
Odoo Translation Bot
d8b0481973
[I18N] *: fetch saas-18.2 translations
2025-03-16 14:56:56 +00:00
Odoo Translation Bot
bd531f39cf
[I18N] *: fetch saas-18.2 translations
2025-03-13 14:58:07 +00:00
Odoo Translation Bot
c070c6d49a
[I18N] *: fetch saas-18.2 translations
2025-03-10 14:57:06 +00:00
Odoo Translation Bot
a2c3916983
[I18N] *: fetch saas-18.2 translations
2025-03-07 14:56:36 +00:00