Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009893Openbravo ERPF. Localizationpublic2009-07-14 16:532009-10-08 00:00
jtarbal 
alostale 
urgentmajorhave not tried
closedfixed 
5
2.50MP2 
2.50MP7 
Core
No
0009893: Spanish Translation: The "Copy lines" pop-up of Sales Order is not translated
The pop-up that appears when clicking on the "Copy lines" button of the "Sales Order" window is not translated into Spanish.
No tags attached.
has duplicate defect 00108672.50MP8 closed rafaroda Copy From popup window not translated to Spanish on Sales Order window 
related to defect 0010776 closed alostale Tab 'Field Sequence' is not translated, but always shown in english (even if translation for the tab is present) 
Issue History
2009-07-14 16:53jtarbalNew Issue
2009-07-14 16:53jtarbalAssigned To => rafaroda
2009-07-30 11:31psarobeAssigned Torafaroda => vmromanos
2009-07-30 11:31psarobePrioritynormal => urgent
2009-07-30 11:31psarobeStatusnew => scheduled
2009-09-01 18:09vmromanosAssigned Tovmromanos => alostale
2009-09-01 18:14vmromanosNote Added: 0019380
2009-09-24 16:29shuehnerNote Added: 0020343
2009-09-25 14:04shuehnerRelationship addedrelated to 0010776
2009-09-25 14:59hgbotCheckin
2009-09-25 14:59hgbotNote Added: 0020374
2009-09-25 14:59hgbotStatusscheduled => resolved
2009-09-25 14:59hgbotResolutionopen => fixed
2009-09-25 14:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/6aeb2d94d67562999eb8878fcf1b55f0e580e3a2 [^]
2009-09-25 15:02shuehnerNote Added: 0020376
2009-09-29 14:18hgbotCheckin
2009-09-29 14:18hgbotNote Added: 0020516
2009-09-29 14:18hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/6aeb2d94d67562999eb8878fcf1b55f0e580e3a2 [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/6aeb2d94d67562999eb8878fcf1b55f0e580e3a2 [^]
2009-10-06 08:59rafarodaRelationship addedhas duplicate 0010867
2009-10-07 13:45sureshbabuStatusresolved => closed
2009-10-07 13:45sureshbabuNote Added: 0020845
2009-10-07 13:45sureshbabuFixed in Version => 2.50MP7
2009-10-08 00:00anonymoussf_bug_id0 => 2874359

Notes
(0019380)
vmromanos   
2009-09-01 18:14   
Asier, could you please take a look at this bug?

I have checked that the strings of this window are properly translated and they are in the database:

select * from ad_textinterfaces_trl trl where exists (
select 1 from ad_textinterfaces i
where filename='/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html'
and trl.ad_textinterfaces_id= i.ad_textinterfaces_id);
(0020343)
shuehner   
2009-09-24 16:29   
Confirmed as error inside the translation code executed at runtime by XmlEngine.
(0020374)
hgbot   
2009-09-25 14:59   
Repository: erp/devel/pi
Changeset: 6aeb2d94d67562999eb8878fcf1b55f0e580e3a2
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Fri Sep 25 14:48:15 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6aeb2d94d67562999eb8878fcf1b55f0e580e3a2 [^]

Fixed 9893: Fix translation of some manual popups
- Add a marker-parameter to the xmlengine control files of all generated
  windows. Then the translation code can make a better decision if a template
   is a genereated window or not.
- Check for this marker in the translation code

---
M src-core/src/org/openbravo/xmlEngine/XmlDocument.java
M src-wad/src/org/openbravo/wad/ConfigurationSortTab_Relation.xmlxml
M src-wad/src/org/openbravo/wad/Configuration_Edition.xmlxml
M src-wad/src/org/openbravo/wad/Configuration_Relation.xmlxml
---
(0020376)
shuehner   
2009-09-25 15:02   
@qa: this changes translation internal so please check not only the popup but at least:

- generated window: edit,grid view
- generated popup: i.e. complete popup of a sales order
- generated parameter for report: i.e. Procurement -> Purchase Order Report
- manual window
- manual popup (i.e. Sales Order -> Copy Lines)

that each of these types appear translated.
(0020516)
hgbot   
2009-09-29 14:18   
Repository: erp/devel/pi-pageddatagrid
Changeset: 6aeb2d94d67562999eb8878fcf1b55f0e580e3a2
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Fri Sep 25 14:48:15 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/6aeb2d94d67562999eb8878fcf1b55f0e580e3a2 [^]

Fixed 9893: Fix translation of some manual popups
- Add a marker-parameter to the xmlengine control files of all generated
  windows. Then the translation code can make a better decision if a template
   is a genereated window or not.
- Check for this marker in the translation code

---
M src-core/src/org/openbravo/xmlEngine/XmlDocument.java
M src-wad/src/org/openbravo/wad/ConfigurationSortTab_Relation.xmlxml
M src-wad/src/org/openbravo/wad/Configuration_Edition.xmlxml
M src-wad/src/org/openbravo/wad/Configuration_Relation.xmlxml
---
(0020845)
sureshbabu   
2009-10-07 13:45   
Tested copy lines pop up of sales order is translated to Spanish.