Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profit organisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Magento 2 order item sync with bundle item

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
magentomagetnomagento_integration
1 Beantwoorden
984 Weergaven
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
Annuleer
vikas kalal
Auteur

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
Beste antwoord

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
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Integrate Odoo 9 to Magento 2.0
magento magento_integration
Avatar
Avatar
Avatar
Avatar
Avatar
7
jun. 21
14258
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
5441
Has anyone integrated the Odoo Customer online portal with magento?
magento integration magento_integration
Avatar
0
mei 17
3886
NoConnectorUnitError Opgelost
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
5452
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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