Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045129Openbravo ERPA. Platformpublic2020-09-24 10:412020-09-25 09:06
cberner 
cberner 
normalminorhave not tried
closedfixed 
5
 
PR20Q4 
Core
No
0045129: Fix name and print name for all columns in tables obsched*
Name and print name in those tables is like so "Sched_Inst", it should be less obscure and more easily translatable.

"Sched_Inst" -> "Schedule Instance" (This is an example, all the rest of the column names should also be fixed)
In description.
No tags attached.
Issue History
2020-09-24 10:41cbernerNew Issue
2020-09-24 10:41cbernerAssigned To => platform
2020-09-24 10:41cbernerModules => Core
2020-09-24 10:41cbernerTriggers an Emergency Pack => No
2020-09-24 10:44cbernerAssigned Toplatform => cberner
2020-09-24 10:51hgbotNote Added: 0123335
2020-09-25 07:40hgbotResolutionopen => fixed
2020-09-25 07:40hgbotStatusnew => closed
2020-09-25 07:40hgbotNote Added: 0123361
2020-09-25 07:40hgbotFixed in Version => PR20Q4
2020-09-25 07:40hgbotNote Added: 0123362
2020-09-25 08:23hgbotNote Added: 0123363
2020-09-25 08:55hgbotNote Added: 0123368
2020-09-25 09:00alostaleStatusclosed => new
2020-09-25 09:00alostaleResolutionfixed => open
2020-09-25 09:00alostaleFixed in VersionPR20Q4 =>
2020-09-25 09:06hgbotResolutionopen => fixed
2020-09-25 09:06hgbotStatusnew => closed
2020-09-25 09:06hgbotNote Added: 0123370
2020-09-25 09:06hgbotFixed in Version => PR20Q4
2020-09-25 09:06hgbotNote Added: 0123371

Notes
(0123335)
hgbot   
2020-09-24 10:51   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/181 [^]
(0123361)
hgbot   
2020-09-25 07:40   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/181 [^]
(0123362)
hgbot   
2020-09-25 07:40   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: c6755329d62d8c027f7cbf11b361665e30213a3b
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-24T10:52:05+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/c6755329d62d8c027f7cbf11b361665e30213a3b [^]

Fixes ISSUE-45129: Name columns in OBSCHED* tables in a translatable way

Columns in OBSCHED tables were not easily translatable because the
elements name/print name was like so, "Sched_Inst", somehow obscure.
This fixes it by setting clear and informative names for all the
columns in those tables.

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0123363)
hgbot   
2020-09-25 08:23   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: c52453e3235af5d1fc189c80aeee1b78d9c439d0
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-25T08:17:25+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/c52453e3235af5d1fc189c80aeee1b78d9c439d0 [^]

Related to ISSUE-45129: revert commit c6755329

Revert changes introduced in this commit because of Column name changes
that breaks API.

This reverts commit c6755329d62d8c027f7cbf11b361665e30213a3b.

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0123368)
hgbot   
2020-09-25 08:55   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/182 [^]
(0123370)
hgbot   
2020-09-25 09:06   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/182 [^]
(0123371)
hgbot   
2020-09-25 09:06   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: dc4e95e4b21a3f2ca56656ce5c03adeb9811a244
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-25T08:35:57+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/dc4e95e4b21a3f2ca56656ce5c03adeb9811a244 [^]

Fixes ISSUE-45129: Name columns in OBSCHED* tables in a translatable way

Columns in OBSCHED tables were not easily translatable because the
elements name/print name was like so, "Sched_Inst", somehow obscure.
This fixes it by setting clear and informative names for all the
ad_elemnts linked to these tables.

---
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---