Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056028Retail ModulesRetail APIpublic2024-07-16 12:222024-07-19 07:45
azzeddine_meftoh 
sreehari 
normalmajoralways
closedfixed 
5
 
 
Packaging and release
2024-06-24
main
https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/dacc0e1484f5f31c7e921ec2294c6d6c8f567d83 [^]
No
0056028: import product API is not processing the assortments
import product API is not processing the assortments.
[
    {
        "client": "The White Valley Group",
        "organization": "The White Valley Group",
        "searchKey": "FDS",
        "name": "TEST FDS",
        "description": "TEST FDS",
        "upcEAN": "5020000000001",
        "uom": "Unit",
        "productCategory": "Backpacks & Travel",
        "taxCategory": "IVA Normal",
        "active": true,
        "productType": "I",
        "generic": false,
        "stocked": true,
        "purchased": true,
        "sold": true,
        "showCharactDesc": true,
        "scale": false,
        "showStock": false,
        "allowAnonymousSale": true,
        "multiSelectable": false,
        "groupedProduct": false,
        "printServices": true,
        "allowDeferredSell": false,
        "linkedToProduct": false,
        "uniquePerDocument": false,
        "priceRuleBased": false,
        "printDescription": false,
        "returnable": true,
        "summaryLevel": false,
        "billOfMaterials": false,
        "printDetailsOnInvoice": false,
        "printDetailsOnPickList": false,
        "verified": false,
        "calculated": false,
        "production": false,
        "quantityVariable": false,
        "discontinued": false,
        "quantityType": false,
        "printPrice": true,
        "volume": 0,
        "weight": 0,
        "editablePrice": true,
        "characteristicValues": [
            {
                "Color": "Black"
            }
        ],
        "assortments":[
            {
                "assortment": "White Valley Group Product List",
                "bestseller": false
            }
        ]
    }
]
No tags attached.
depends on backport 0056049RR24Q3.1 closed sreehari import product API is not processing the assortments 
caused by feature request 0055635 closed gaboflash Add the ability to define product characteristics at organization level 
Issue History
2024-07-16 12:22azzeddine_meftohNew Issue
2024-07-16 12:22azzeddine_meftohAssigned To => Triage Platform Conn
2024-07-16 12:22azzeddine_meftohTriggers an Emergency Pack => No
2024-07-16 12:35martinsdanIssue Monitored: martinsdan
2024-07-16 13:38adrianromeroAssigned ToTriage Platform Conn => Retail
2024-07-17 08:14guillermogilRegression level => Packaging and release
2024-07-17 08:14guillermogilReproducibilityhave not tried => always
2024-07-17 08:22guillermogilAssigned ToRetail => guillermogil
2024-07-17 08:32guillermogilRegression date => 2024-06-24
2024-07-17 08:32guillermogilRegression introduced in release => main
2024-07-17 08:32guillermogilRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/dacc0e1484f5f31c7e921ec2294c6d6c8f567d83 [^]
2024-07-17 08:32guillermogilNote Added: 0167042
2024-07-17 08:32guillermogilRelationship addedcaused by 0055635
2024-07-17 08:32guillermogilAssigned Toguillermogil => Retail
2024-07-17 08:32guillermogilStatusnew => acknowledged
2024-07-17 08:35sreehariAssigned ToRetail => sreehari
2024-07-17 08:35sreehariStatusacknowledged => scheduled
2024-07-17 14:06sreehariStatusscheduled => acknowledged
2024-07-17 14:07sreehariStatusacknowledged => scheduled
2024-07-18 06:40hgbotNote Added: 0167079
2024-07-18 06:59hgbotResolutionopen => fixed
2024-07-18 06:59hgbotStatusscheduled => closed
2024-07-18 06:59hgbotNote Added: 0167080
2024-07-18 06:59hgbotNote Added: 0167081
2024-07-18 13:54sreehariNote Added: 0167133
2024-07-18 13:54sreehariStatusclosed => new
2024-07-18 13:54sreehariResolutionfixed => open
2024-07-18 13:54sreehariStatusnew => scheduled
2024-07-19 06:48hgbotNote Added: 0167143
2024-07-19 07:45hgbotNote Added: 0167146
2024-07-19 07:45hgbotResolutionopen => fixed
2024-07-19 07:45hgbotStatusscheduled => closed
2024-07-19 07:45hgbotNote Added: 0167147

Notes
(0167042)
guillermogil   
2024-07-17 08:32   
Backport to 24Q3 is needed
(0167079)
hgbot   
2024-07-18 06:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/304 [^]
(0167080)
hgbot   
2024-07-18 06:59   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: d7edcb24f11b88b2836dee03cd1880992b11a93f
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 17-07-2024 17:21:08
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/d7edcb24f11b88b2836dee03cd1880992b11a93f [^]

Fixes ISSUE-56028: Changed the overridden key-value of properties
*key '430' is overridden by 'alternativeUnitOfMeasure'
*so used '440' for 'assortments'

---
M src/org/openbravo/api/mappings/product/ImportProductJavaPropertyMappingHandler.java
---
(0167081)
hgbot   
2024-07-18 06:59   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/304 [^]
(0167133)
sreehari   
2024-07-18 13:54   
Assortment does not work with multitaxcategoy api module, since the same key is used there
(0167143)
hgbot   
2024-07-19 06:48   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/309 [^]
(0167146)
hgbot   
2024-07-19 07:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/309 [^]
(0167147)
hgbot   
2024-07-19 07:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: de680abed58fd513be932436b8d65883f59463a6
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 19-07-2024 05:45:52
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/de680abed58fd513be932436b8d65883f59463a6 [^]

Fixes ISSUE-56028: Assortment not being updated in Product API due to same sequence
There was a conflct with MultiTax so a new slot has been taken

---
M src/org/openbravo/api/mappings/product/ImportProductJavaPropertyMappingHandler.java
---