On the (german) product detail page the english term of the internal category is shown, though there is a translated term in the correct (german) language.
How can I make the term in the right language to be displayed?
On the (german) product detail page the english term of the internal category is shown, though there is a translated term in the correct (german) language.
How can I make the term in the right language to be displayed?
Unfortunately it can't be translated. This was reported as a bug, but it has been rejected because Odoo can not have a field that is:
- computed (see below)
- stored
- translatable
[REF] product: do not translate product name categories
Note: Product Category can be something like All / Saleable / Office Furniture.
That's a concatenation of
the first level category (All) plus
the second level (Saleable) plus
the actual Product Category (Office Furniture)
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
0
maj 21
|
4573 | |||
|
1
jun. 19
|
6108 | |||
|
2
jun. 25
|
11622 | |||
|
3
aug. 22
|
13454 | |||
|
3
feb. 19
|
7599 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Ah okay - Thanks for the hint!
Just one more question what/why is the category computed?