Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056049Retail ModulesRetail APIpublic2024-07-16 12:222024-07-19 08:02
azzeddine_meftoh 
sreehari 
normalmajoralways
closedfixed 
5
 
RR24Q3.1 
Packaging and release
2024-06-24
main
https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/dacc0e1484f5f31c7e921ec2294c6d6c8f567d83 [^]
No
0056049: 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.
blocks defect 0056028 closed sreehari import product API is not processing the assortments 
Issue History
2024-07-17 14:07sreehariTypedefect => backport
2024-07-17 14:07sreehariTarget Version => RR24Q3.1
2024-07-18 07:13hgbotNote Added: 0167082
2024-07-18 07:15hgbotNote Added: 0167083
2024-07-18 07:15hgbotResolutionopen => fixed
2024-07-18 07:15hgbotStatusscheduled => closed
2024-07-18 07:15hgbotNote Added: 0167084
2024-07-19 07:01sreehariStatusclosed => new
2024-07-19 07:01sreehariResolutionfixed => open
2024-07-19 07:02sreehariStatusnew => scheduled
2024-07-19 07:48hgbotNote Added: 0167148
2024-07-19 08:02hgbotResolutionopen => fixed
2024-07-19 08:02hgbotStatusscheduled => closed
2024-07-19 08:02hgbotNote Added: 0167149
2024-07-19 08:02hgbotNote Added: 0167150

Notes
(0167082)
hgbot   
2024-07-18 07:13   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/305 [^]
(0167083)
hgbot   
2024-07-18 07:15   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/305 [^]
(0167084)
hgbot   
2024-07-18 07:15   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: 3286067560af229df078b7d813f153a9d0d31baa
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 18-07-2024 10:42:28
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/3286067560af229df078b7d813f153a9d0d31baa [^]

Fixes ISSUE-56049: Changed the overridden key-value of properties

---
M src/org/openbravo/api/mappings/product/ImportProductJavaPropertyMappingHandler.java
---
(0167148)
hgbot   
2024-07-19 07:48   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/310 [^]
(0167149)
hgbot   
2024-07-19 08:02   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: 5a23d9513f1c4ffa34dea687906a3812473a3b4a
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 19-07-2024 06:02:28
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/5a23d9513f1c4ffa34dea687906a3812473a3b4a [^]

Fixes ISSUE-56049: 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
---
(0167150)
hgbot   
2024-07-19 08:02   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/310 [^]