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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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)
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
mai. 21
|
3181 | ||
|
1
jun. 19
|
4651 | ||
|
2
jun. 25
|
9603 | ||
|
3
ago. 22
|
11964 | ||
|
3
fev. 19
|
5987 |
Ah okay - Thanks for the hint!
Just one more question what/why is the category computed?