Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0046451Openbravo ERP02. Master data managementpublic2021-05-03 09:182021-05-03 10:27
vmromanos 
vmromanos 
normalminorN/A
closedfixed 
5
 
PR21Q3 
Sandrahuguet
Core
No
0046451: Add Product Characteristic Type
It will be nice to add a new column "type" into the Product Characteristic window. By default the new column will be null, so no changes will be done in existing product characteristics.

However, external modules (or now functionality in Core) could add new product characteristics types (like for example Allergen), that could make it simple to group product characteristic types.
NA
Add empty column M_CHARACTERISTIC.M_CHARACTERISTIC_TYPE . It will be associated to a referenced list.

By default existing records will be set to null.

The associated field should be displayed only when it's filled.
No tags attached.
Issue History
2021-05-03 09:18vmromanosNew Issue
2021-05-03 09:18vmromanosAssigned To => vmromanos
2021-05-03 09:18vmromanosModules => Core
2021-05-03 09:18vmromanosTriggers an Emergency Pack => No
2021-05-03 09:19vmromanosStatusnew => scheduled
2021-05-03 10:11hgbotResolutionopen => fixed
2021-05-03 10:11hgbotStatusscheduled => resolved
2021-05-03 10:11hgbotFixed in Version => PR21Q3
2021-05-03 10:11hgbotNote Added: 0127728
2021-05-03 10:27vmromanosReview Assigned To => Sandrahuguet
2021-05-03 10:27vmromanosStatusresolved => closed

Notes
(0127728)
hgbot   
2021-05-03 10:11   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 20dd32f4fc837eb58b031fa34114bc1ef31ed478
Author: Víctor Martínez Romanos <victor.martinez@openbravo.com>
Date: 2021-05-03T10:09:18+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/20dd32f4fc837eb58b031fa34114bc1ef31ed478 [^]

Fixes FR-46451: [ALLG] Added Product Characteristic Type column

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/CharacteristicsUIDefinition.java
M src-db/database/model/tables/M_CHARACTERISTIC.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src/org/openbravo/materialmgmt/CharacteristicsUtils.java
---