Openbravo Issue Tracking System - Retail Modules
View Issue Details
0057736Retail ModulesRetail Configurationpublic2025-01-23 11:102025-01-31 09:23
AgatheBertin 
kousalya_r 
normalmajorhave not tried
closedfixed 
5
 
 
No
0057736: Related Services and Contribution AND Related Products : active Flag not visible in the backoffice screen
in both windows Related Services and Contribution AND Related Products

The active Flag is available in the API but not visible in the backoffice Window
Try to send a product through the API with active=false in the relatableProducts array

"relatableProducts":[
                {
                    "product": "0020250122141840",
                    "multiplicator": 2,
                    "active": false
                }
]

and see that the flag ACTIVE is not visible in the backoffice so we can't know if the line is active or not
Show the active checkbox in the backoffice windows

Option : add it in the table view by default
No tags attached.
Issue History
2025-01-23 11:10AgatheBertinNew Issue
2025-01-23 11:10AgatheBertinAssigned To => Retail
2025-01-23 11:10AgatheBertinTriggers an Emergency Pack => No
2025-01-23 12:26guillermogilAssigned ToRetail => Triage Omni OMS
2025-01-29 08:03jonaeNote Added: 0174831
2025-01-29 08:10jonaeAssigned ToTriage Omni OMS => kousalya_r
2025-01-29 11:20hgbotNote Added: 0174845
2025-01-31 09:23hgbotNote Added: 0174938
2025-01-31 09:23hgbotResolutionopen => fixed
2025-01-31 09:23hgbotStatusnew => closed
2025-01-31 09:23hgbotFixed in Version => PR25Q2
2025-01-31 09:23hgbotNote Added: 0174939

Notes
(0174831)
jonae   
2025-01-29 08:03   
Jira - https://openbravo.atlassian.net/browse/RM-20781 [^]
(0174845)
hgbot   
2025-01-29 11:20   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1517 [^]
(0174938)
hgbot   
2025-01-31 09:23   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1517 [^]
(0174939)
hgbot   
2025-01-31 09:23   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo [^]
Changeset: 78228eda1ec0f22e873a63d826c10a80f8264f4f
Author: Kousalya Ramasamy <k.ramasamy@external.orisha.com>
Date: 31-01-2025 08:23:15
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/commit/78228eda1ec0f22e873a63d826c10a80f8264f4f [^]

Fixed ISSUE-57736: Added active field to related products and services tab

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_TABLE.xml
---