Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

Magento 2 order item sync with bundle item

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
magentomagetnomagento_integration
1 Svar
983 Visninger
Avatar
vikas kalal

I have done r&d and found the term bundle is not used in odoo as the product in odoo can be managed using combo item. But when i am trying to create combo item using JSONRPC Api the combo item is created individual instead of grouping in parent item. Can any one provide me the sample api response to create combo items as like magento do in it's bundle product.


API REQUEST :

{

"jsonrpc": "2.0",

"method": "call",

"params": {

"service": "object",

"method": "execute_kw",

"args": [

"{dbname}",

"{id_odoo}",

"{tokenAccess}",

"sale.order",

"create",

[

{

"partner_id": 6,

"pricelist_id": 2,

"order_line": [

[0, 0, {

"product_uom_qty": 1,

"price_unit": 628.00,

"product_id": 2, // simple product id

"tax_ids": [[6, false, [275]]]

}],

[0, 0, {

"product_uom_qty": 3,

"product_id": 9, // odoo Parent Product A ID

"price_unit": 100,

"tax_ids": [[6, false, [275]]]

}],

[0, 0, {

"product_uom_qty": 3,

"product_id": 8,

"price_unit": 0.50,

"tax_ids": [[6, false, [275]]]

}],

// Shipping line

[0, 0, {

"product_uom_qty": 1,

"product_id": 4,

"price_unit": 4.00,

"is_delivery": true,

"tax_ids": [[6, false, [275]]]

}]

],

"partner_shipping_id": 7,

"partner_invoice_id": 7

}

]

]

}

}


I want to prepare request for bundle items.

0
Avatar
Kassér
vikas kalal
Forfatter

Not exact bundle i need to sync here but as combo i can manage my items the things i need how to pass from api the order create request which should be created like this UI in odoo. This issue only i need to solve rest of all things is syncing fine.

Click to see the required output after order created using Api,

"https://prnt.sc/4JaTyyQVdCPG"

Avatar
Christoph Farnleitner
Bedste svar

Magento Bundle Products and Odoo Combo Products are not the same thing. Similar at best, but different in so many details.

For example: 

  • Magento Bundle Products can consist of Virtual and Simple Products while a Odoo Combo Product can consist also of what you would call a Configurable Product in Magento
  • Magento Bundle Product child Products allow variable quantities, Odoo Combo child Products don't
  • Magento Bundle Product child Product 'Groups' can be optional, Odoo Combo Choices can't
  • Pricing in general is different on many levels

to name only a few differences.


However, the request body you've shared suggests you're interested in creating Sale Orders in Odoo. So - why go through the hassle in trying to replicate a product type of Magento that doesn't exist in Odoo when you could just create the individual lines in Odoo as they would be defined in Magento's cart? 

In my opinion you're far better of by splitting up the Bundle Product's final price onto the individual Sale Order Lines. Structure wise you may just add a Sale Order Line of type 'Section' prior to the individual products to achieve a result that resembles the actual Bundle of Magento. The fact that Odoo would render prices and row totals for all the products involved could be covered by flagging the Sale Order Line (i.e. by introducing a field is_mage_bundle_item True/False) and extend the reports to conditionally show/hide these table cells in PDF reports and portal templates.

0
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
Integrate Odoo 9 to Magento 2.0
magento magento_integration
Avatar
Avatar
Avatar
Avatar
Avatar
7
jun. 21
14256
NoConnectorUnitError: When I try to delete res.partner.category from odoo with magento integration that gives me ERROR like :
magento magento_integration
Avatar
Avatar
2
nov. 16
5437
Has anyone integrated the Odoo Customer online portal with magento?
magento integration magento_integration
Avatar
0
maj 17
3886
NoConnectorUnitError Løst
magento connector magento_integration
Avatar
1
nov. 16
4106
Connect Odoo 12 with Magento 2.3 For PFE
magento free student magento_integration
Avatar
Avatar
Avatar
3
aug. 22
5448
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now