Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028827
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Localization Pack: Spain] Spain Professional Localization Packminoralways2015-01-30 16:232015-02-25 12:54
ReporteregoitzView Statuspublic 
Assigned Tovmromanos 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned ToSandrahuguet
Regression introduced in release
Summary

0028827: The syncrhonize terminology has not been executed when developing the SPLP

DescriptionThe syncrhonize terminology has not been executed when developing the SPLP.
If you execute that process having a template in development, when exporting the template many changes done by the process are exported.
Steps To Reproduce-Install the spanish professional localization pack
-Define a template as indevelopment
-Execute the synchronize terminology process
-Export the template with:
ant export.database
ant export.config.script
*See that many changes are exported to the template.
Proposed SolutionExport the module after execute the process and package all the changed modules.
TagsNo tags attached.
Attached Filesdiff file icon splp.diff [^] (48,459 bytes) 2015-02-24 16:49 [Show Content]
diff file icon splp_cashvat.diff [^] (13,170 bytes) 2015-02-24 17:42 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0074844)
hgbot (developer)
2015-02-24 12:44

Repository: erp/mods/org.openbravo.localization.spain.referencedata.accounts
Changeset: 802166b357c6f03fc14c8fe9072f3bfbfba94d9f
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 24 12:33:52 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.localization.spain.referencedata.accounts/rev/802166b357c6f03fc14c8fe9072f3bfbfba94d9f [^]

Issue 28827: sync. terminology org.openbravo.localization.spain.referencedata.accounts

---
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
---
(0074848)
hgbot (developer)
2015-02-24 15:10

Repository: erp/mods/org.openbravo.localization.spain.referencedata.accounts.pymes
Changeset: cd729bb5faf17605e165e6d0fb6cb6b599b0d2d1
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 24 13:31:51 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.localization.spain.referencedata.accounts.pymes/rev/cd729bb5faf17605e165e6d0fb6cb6b599b0d2d1 [^]

Issue 28827: sync. terminology org.openbravo.localization.spain.referencedata.accounts.pymes

---
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
---
(0074851)
hgbot (developer)
2015-02-24 15:51

Repository: erp/mods/org.openbravo.module.organization.representative.es
Changeset: ff427098889cbf3d630ea84b7b86919e0d9a71ec
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 24 15:50:01 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.organization.representative.es/rev/ff427098889cbf3d630ea84b7b86919e0d9a71ec [^]

Issue 28827: sync. terminology org.openbravo.module.organization.representative.es

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
---
(0074853)
hgbot (developer)
2015-02-24 16:38

Repository: erp/mods/org.openbravo.module.taxreportlauncher
Changeset: e84836044ef14ae436ab03575cc568bb16749777
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 24 16:14:51 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.taxreportlauncher/rev/e84836044ef14ae436ab03575cc568bb16749777 [^]

Issue 28827: sync. terminology org.openbravo.module.taxreportlauncher

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
---
(0074855)
vmromanos (manager)
2015-02-24 16:45

In splp.diff we can see the differences between the current SPLP non-cash vat and the SPLP non-cash after running a sync. terminology.

In the file there is garbage coming from new columns added in latest versions of Core, but apart from that we can see that the only modules affected are:
org.openbravo.localization.spain.referencedata.accounts
org.openbravo.localization.spain.referencedata.accounts.pymes
org.openbravo.module.epigrafes.iae.es
org.openbravo.module.organization.representative.es
org.openbravo.module.taxreportlauncher

Most of the changes seems to be due to the fact that some elements in Core (name, desc or help) have been updated, so the strings in the modules were outdated.

This time we are updating the modules, but this can't be considered as a bug in general, so any bug similar to this one reported in the future will be automatically rejected.
(0074868)
vmromanos (manager)
2015-02-24 17:43

In splp_cashvat.diff we see the differences for cash vat package.
Affected modules:
org.openbravo.module.aeat340.es
org.openbravo.module.paymentmethod.type
(0074869)
egoitz (developer)
2015-02-24 17:49

The task of sychronizing terminology could be executed every time a new release of the package is published to avoid that problems on the future or at least to reduce them.

It affects the custom templates making them more difficult to understand.
(0074870)
hgbot (developer)
2015-02-24 17:56

Repository: erp/mods/org.openbravo.module.paymentmethod.type
Changeset: 8bba54a154de8bece15c96459df20bfa8835c05c
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 24 17:55:17 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.paymentmethod.type/rev/8bba54a154de8bece15c96459df20bfa8835c05c [^]

Issue 28827: sync. terminology org.openbravo.module.paymentmethod.type

---
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MODULE.xml
---
(0074871)
hgbot (developer)
2015-02-24 17:56

Repository: erp/pmods/org.openbravo.module.aeat340.es
Changeset: 1014fa7ba62bf25094386a3b40e8b09a2db69e74
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 24 17:54:33 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/1014fa7ba62bf25094386a3b40e8b09a2db69e74 [^]

Issue 28827: sync. terminology org.openbravo.module.aeat340.es

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
---
(0074887)
hgbot (developer)
2015-02-24 20:47

Repository: erp/pmods/org.openbravo.module.aeat340.es
Changeset: 52a86101a96c686cbf502e6622b389f3e63d825e
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 24 20:27:02 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/52a86101a96c686cbf502e6622b389f3e63d825e [^]

Issue 28827: sync. terminology org.openbravo.module.aeat340.es

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
---
(0074906)
vmromanos (manager)
2015-02-25 12:46
edited on: 2015-02-25 12:47

Released new minor versions of each of the modules affected

(0074908)
Sandrahuguet (developer)
2015-02-25 12:54

Verified

- Issue History
Date Modified Username Field Change
2015-01-30 16:23 egoitz New Issue
2015-01-30 16:23 egoitz Assigned To => Sandrahuguet
2015-01-30 16:23 egoitz Resolution time => 1424818800
2015-02-03 09:54 rafaroda Issue Monitored: rafaroda
2015-02-03 11:51 aferraz Assigned To Sandrahuguet => aferraz
2015-02-24 11:59 Sandrahuguet Assigned To aferraz => vmromanos
2015-02-24 12:20 vmromanos Status new => scheduled
2015-02-24 12:20 vmromanos fix_in_branch => pi
2015-02-24 12:44 hgbot Checkin
2015-02-24 12:44 hgbot Note Added: 0074844
2015-02-24 15:10 hgbot Checkin
2015-02-24 15:10 hgbot Note Added: 0074848
2015-02-24 15:51 hgbot Checkin
2015-02-24 15:51 hgbot Note Added: 0074851
2015-02-24 16:38 hgbot Checkin
2015-02-24 16:38 hgbot Note Added: 0074853
2015-02-24 16:45 vmromanos Note Added: 0074855
2015-02-24 16:49 vmromanos File Added: splp.diff
2015-02-24 17:42 vmromanos File Added: splp_cashvat.diff
2015-02-24 17:43 vmromanos Note Added: 0074868
2015-02-24 17:49 egoitz Note Added: 0074869
2015-02-24 17:56 hgbot Checkin
2015-02-24 17:56 hgbot Note Added: 0074870
2015-02-24 17:56 hgbot Checkin
2015-02-24 17:56 hgbot Note Added: 0074871
2015-02-24 20:47 hgbot Checkin
2015-02-24 20:47 hgbot Note Added: 0074887
2015-02-25 12:46 vmromanos Note Added: 0074906
2015-02-25 12:46 vmromanos Status scheduled => resolved
2015-02-25 12:46 vmromanos Resolution open => fixed
2015-02-25 12:47 vmromanos Note Edited: 0074906 View Revisions
2015-02-25 12:54 Sandrahuguet Review Assigned To => Sandrahuguet
2015-02-25 12:54 Sandrahuguet Note Added: 0074908
2015-02-25 12:54 Sandrahuguet Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker