Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050954Retail ModulesRetail APIpublic2022-11-21 10:062023-06-16 06:08
jrakotobe 
hcurbelo 
normalmajoralways
closedfixed 
5
 
 
No
0050954: Product Category Import API : multi-language of product categories
The goal is :
- To allow an external to send via API the translation of product categories via the APi Import product category
- For Openbravo to handle these translations and apply them based on the language selected
No product category translation possible today via API
In Product Category API have a new object : Translation

translations {
    attributes : {
      <attribute_name> :
      {“FR” : ”FR”,
       “EN” : “EN” }
    }
}
No tags attached.
related to feature request 0044364 closed Aaron_Alvarez Product characteristics and values are not translatable, and make API Import Characterictis support it 
Issue History
2022-11-21 10:06jrakotobeNew Issue
2022-11-21 10:06jrakotobeAssigned To => Triage Platform Conn
2022-11-21 10:06jrakotobeTriggers an Emergency Pack => No
2022-11-21 10:14jrakotobeIssue Monitored: jrakotobe
2022-11-21 11:47rafarodaRelationship addedrelated to 0044364
2022-11-21 15:16rafarodaSummaryProduct API : multi-language of product attribute and characteristic => Product Import API : multi-language of product
2022-11-21 15:16rafarodaDescription Updatedbug_revision_view_page.php?rev_id=25149#r25149
2022-11-21 15:16rafarodaProposed Solution updated
2023-05-05 16:30rafarodaSummaryProduct Import API : multi-language of product => Product and Product Category Import API : multi-language of products and product categories
2023-05-05 16:30rafarodaDescription Updatedbug_revision_view_page.php?rev_id=26010#r26010
2023-05-05 16:30rafarodaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26012#r26012
2023-05-05 16:30rafarodaProposed Solution updated
2023-06-14 00:01hgbotNote Added: 0151127
2023-06-15 15:54guillermogilAssigned ToTriage Platform Conn => hcurbelo
2023-06-15 15:56guillermogilSummaryProduct and Product Category Import API : multi-language of products and product categories => Product Category Import API : multi-language of product categories
2023-06-15 15:56guillermogilDescription Updatedbug_revision_view_page.php?rev_id=26263#r26263
2023-06-15 15:56guillermogilSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26264#r26264
2023-06-15 15:56guillermogilProposed Solution updated
2023-06-16 06:08hgbotNote Added: 0151241
2023-06-16 06:08hgbotResolutionopen => fixed
2023-06-16 06:08hgbotStatusnew => closed
2023-06-16 06:08hgbotNote Added: 0151242

Notes
(0151127)
hgbot   
2023-06-14 00:01   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/154 [^]
(0151241)
hgbot   
2023-06-16 06:08   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/154 [^]
(0151242)
hgbot   
2023-06-16 06:08   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: e79532c868d3d5bae2de73ffad2d08425a7d18d6
Author: Hector Curbelo Barrios <hector.curbelo@smfconsulting.es>
Date: 16-06-2023 04:08:47
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/e79532c868d3d5bae2de73ffad2d08425a7d18d6 [^]

Fixed ISSUE-50954: Product Category TRL Import and Export API

---
M examples/Openbravo API.postman_collection.json
M src-db/database/sourcedata/OBEI_ENTITY_MAPPING.xml
M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
---