Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0051059Openbravo ERP04. Warehouse managementpublic2022-12-02 12:332023-02-03 02:33
adhwib 
Triage Omni WMS 
highminoralways
closedfixed 
10
 
 
Core
No
0051059: Error message on AWO is diplayed in English not in French / unable to find it on BO "Message" window to translate it
Error message on AWO is diplayed in English not in French

unable to find it on BO "Message" window to translate it

Does not appears on BO "Refrence" window to translate it

Related to: https://smcp.atlassian.net/browse/OP-2969 [^]

Log into AWO

Actual result : after loading we have an error message that is not clear for the user.
Making the message translatable
No tags attached.
png AWO-Error message_Translation-Error.png (295,363) 2022-12-02 12:33
https://issues.openbravo.com/file_download.php?file_id=17905&type=bug
png image-20221124-153636.png (14,695) 2022-12-06 10:29
https://issues.openbravo.com/file_download.php?file_id=17911&type=bug
png
Issue History
2022-12-02 12:33adhwibNew Issue
2022-12-02 12:33adhwibAssigned To => Triage Omni WMS
2022-12-02 12:33adhwibFile Added: AWO-Error message_Translation-Error.png
2022-12-02 12:33adhwibModules => Core
2022-12-02 12:33adhwibRegression level => QA functional test
2022-12-02 12:33adhwibRegression date => 2022-11-09
2022-12-02 12:33adhwibTriggers an Emergency Pack => No
2022-12-06 10:28rafarodaSeveritycritical => major
2022-12-06 10:28rafarodaProposed Solution updated
2022-12-06 10:28rafarodaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=25215#r25215
2022-12-06 10:29rafarodaFile Added: image-20221124-153636.png
2023-01-16 16:45vmromanosRegression levelQA functional test =>
2023-01-16 16:45vmromanosRegression date2022-11-09 =>
2023-01-16 16:45vmromanosSeveritymajor => minor
2023-01-24 00:34mtaalNote Added: 0145778
2023-01-24 10:35mtaalNote Added: 0145788
2023-02-03 02:33hgbotResolutionopen => fixed
2023-02-03 02:33hgbotStatusnew => resolved
2023-02-03 02:33hgbotNote Added: 0146192
2023-02-03 02:33mtaalStatusresolved => closed

Notes
(0145778)
mtaal   
2023-01-24 00:34   
https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/99 [^]
(0145788)
mtaal   
2023-01-24 10:35   
Also translate this line:
      throw new OBException("Unexpected exception processing grouped task: " + e.getMessage(), e,
          true);
which is in line 77 in the ReceptionListProcessor
and in the same class line 49:
        throw new OBException("Grouping document type is not valid (ReceptionList, PickingList) ");
(0146192)
hgbot   
2023-02-03 02:33   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: 597adad31a40e67153fa35bd928a6a55eb688751
Author: Martí Queralt <marti.queralt@openbravo.com>
Date: 03-02-2023 01:33:29
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/597adad31a40e67153fa35bd928a6a55eb688751 [^]

Fixes ISSUE-51059: Error message on AWO is displayed in English not in French

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/processors/IndividualTaskProcessor.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/processors/ReceptionListProcessor.java
---