While creating a sales order line in German, the following issues were found.
Case 1
Steps to reproduce
Login as GardenAdmin in a language different than English
Open the Sales Order window
Click to create a new Sales Order line
Write PC in the product field
The autocomplete field will suggest either PChair_Terassenstuhl or PChair_Silla para Patio depending on the login language.
Click on the suggestion
Expected result The selected product should be added to the line and the user should be able to continue editing the record
Actual result When you select the autocomplete suggestion, an Info Window is open with no selectable record because the Name in the InfoWindow is set with the translated name.
Case 2
The autocomplete value is cached and ignores the login language when presenting the values to the user
Steps to reproduce
Login as GardenAdmin in English
Open the Sales Order window
Click to create a new Sales Order line
Write PC in the product field
Expected result The autocomplete should suggest PChair_Patio Chair as the login language is English
Actual result The autocomplete field will suggest either PChair_Terassenstuhl or PChair_Silla para Patio depending on the login language used in case 1. If you do a cache reset, it shows the autocomplete suggestion in the appropriate language but sets it in English to all the other users.
Copied from Mattermost from
this test explains the issue:
Cache Reset logout and login in spanish search for Patio in the autocomplete it shows Patio_Silla para Patio logout and login in english search for Patio in the autocomplete it shows the same in spanish
Tested in https://test.idempiere.org/webui/index.zul.
While creating a sales order line in German, the following issues were found.
Case 1
Steps to reproduce
Login as GardenAdmin in a language different than English
Open the Sales Order window
Click to create a new Sales Order line
Write PC in the product field
The autocomplete field will suggest either PChair_Terassenstuhl or PChair_Silla para Patio depending on the login language.
Click on the suggestion
Expected result
The selected product should be added to the line and the user should be able to continue editing the record
Actual result
When you select the autocomplete suggestion, an Info Window is open with no selectable record because the Name in the InfoWindow is set with the translated name.
Case 2
The autocomplete value is cached and ignores the login language when presenting the values to the user
Steps to reproduce
Login as GardenAdmin in English
Open the Sales Order window
Click to create a new Sales Order line
Write PC in the product field
Expected result
The autocomplete should suggest PChair_Patio Chair as the login language is English
Actual result
The autocomplete field will suggest either PChair_Terassenstuhl or PChair_Silla para Patio depending on the login language used in case 1. If you do a cache reset, it shows the autocomplete suggestion in the appropriate language but sets it in English to all the other users.
Copied from Mattermost from
this test explains the issue:
Cache Reset
logout and login in spanish
search for Patio in the autocomplete
it shows Patio_Silla para Patio
logout and login in english
search for Patio in the autocomplete
it shows the same in spanish