Openbravo Issue Tracking System - Retail Modules
View Issue Details
0055264Retail ModulesRetail APIpublic2024-04-19 10:172024-04-24 14:30
AgatheBertin 
Rajesh_18 
normalmajorhave not tried
closedfixed 
5
 
 
No
0055264: API Product : Missing Identifier for BOM
Identifier are missing for the ProductBOM entity

Identifier should be on the product property
Launch this json multiple times (/openbravo/ws/org.openbravo.api.ImportService/Product) and you'll see the bom (subtab in the product) is multiplicated

[{"client":"*","organization":"*","searchKey":"416720","name":"chlore choc 1kg","description":"CHLORE CHOC 1KG PASTILLE 25G","upcEAN":"3491954167203","uom":"Unit","productCategory":"Éclairage extérieur","taxCategory":"TVA normale","active":true,"productType":"I","generic":false,"stocked":true,"purchased":true,"billOfMaterials":true,"sold":true,"showCharactDesc":true,"scale":false,"showStock":true,"allowAnonymousSale":true,"groupedProduct":true,"deliveryModeInLayaway":"PickAndCarry","deliveryMode":"PickAndCarry","printDescription":true,"returnable":true,"volume":0,"weight":0,"editablePrice":true,"multiUPC":[{"code":"416721","active":true}],"bom":[{"product":"014533","quantity":2,"price":50,"active":true,"lineNo":10},{"product":"182496","quantity":1,"price":10,"active":true,"lineNo":20}]}]
add identifier on the product in the productBOM entity
No tags attached.
Issue History
2024-04-19 10:17AgatheBertinNew Issue
2024-04-19 10:17AgatheBertinAssigned To => Triage Platform Conn
2024-04-19 10:17AgatheBertinTriggers an Emergency Pack => No
2024-04-19 10:20jorgewederagoAssigned ToTriage Platform Conn => Retail
2024-04-19 10:20jorgewederagoStatusnew => acknowledged
2024-04-19 15:44Rajesh_18Assigned ToRetail => Rajesh_18
2024-04-19 15:45Rajesh_18Statusacknowledged => scheduled
2024-04-24 07:01hgbotNote Added: 0163634
2024-04-24 14:30hgbotNote Added: 0163660
2024-04-24 14:30hgbotResolutionopen => fixed
2024-04-24 14:30hgbotStatusscheduled => closed
2024-04-24 14:30hgbotNote Added: 0163661

Notes
(0163634)
hgbot   
2024-04-24 07:01   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/262 [^]
(0163660)
hgbot   
2024-04-24 14:30   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/262 [^]
(0163661)
hgbot   
2024-04-24 14:30   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: 22d1da151194d7c1b7bcce9fa033edeb972c33eb
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 24-04-2024 12:29:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/22d1da151194d7c1b7bcce9fa033edeb972c33eb [^]

Fixed ISSUE-55264: Added Identifier for product BOM

---
M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
---