Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Magento 2 order item sync with bundle item

Odoberať

Get notified when there's activity on this post

This question has been flagged
magentomagetnomagento_integration
1 Odpoveď
988 Zobrazenia
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
Zrušiť
vikas kalal
Autor

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
Best Answer

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
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
Integrate Odoo 9 to Magento 2.0
magento magento_integration
Avatar
Avatar
Avatar
Avatar
Avatar
7
jún 21
14262
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
5445
Has anyone integrated the Odoo Customer online portal with magento?
magento integration magento_integration
Avatar
0
máj 17
3888
NoConnectorUnitError Solved
magento connector magento_integration
Avatar
1
nov 16
4107
Connect Odoo 12 with Magento 2.3 For PFE
magento free student magento_integration
Avatar
Avatar
Avatar
3
aug 22
5454
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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