Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Vendor stock for website, but not in inventory

Naroči se

Get notified when there's activity on this post

This question has been flagged
stockinventoryvendorwebsitedropship
4 Odgovori
3146 Prikazi
Avatar
Seppe De Roeck

Hi, 

I would like to keep track of vendor stock positions for all the products in my database.  But as this is vendor stock (not really consignment, just THEIR stock positions) I do not want this to show up in my inventory, but the website module should take this into account to show if we have it in stock (so combining our owned stock and vendor stock).

Is there a recommended way to do this, for example by using a vendor location under the main warehouse ?  I am trying to achieve this with standard Odoo v16 functionality but not sure if this is possible.


So:

- Stock should be taken into account for website.

- Stock is not ours so should not be counted in inventory valuation

- Stock should be updateable when I receive a stock update from my vendors.


thanks,

Seppe

1
Avatar
Opusti
Ricardo Gross

good question! did you find a solution?

Avatar
Ricardo Gross
Best Answer

possible in Odoo 18 with new option to choose a Warehouse from the website configurations or if empty, all warehouses qtys will be available online.

in addition:

  • enable consignment (inventory settings) to be able to set owner on stored products
  • create a internal warehouse i.e "WH/partnerX" to be able to make inventory adustments
  • create a inventory adjustment with "partner" products, owner and qtys
  • to update qtys its possible to export and import using "Inventory adjustment"
    • as the information from location and owner are in the ID of the inventory adjustment export, create a export (importable with ID) with counted quantity (the product and/or reference can be add to help), adjust the quantities and import ID and ‘Counted quantity’ and "set all"

dropshipment:

its also possible to add the WH/partnerX to "partner" vendor location (developer mode>vendor>sales & purchase tab) and configuring dropship route for the partner products, to delivery direct from "partner" to customers.

I hope it helps

Ricardo

1
Avatar
Opusti
Avatar
Dmitry Pyzhik
Best Answer

Hello!

Did you find solution? Currently we faced same issues. Looking for customization.

0
Avatar
Opusti
Avatar
Alex Dolmage
Best Answer

I am currently working on a solution for this as well. My vendor supplies a qty in their warehouse which I would like to show as in my stock if I can drop ship it. 

I took a similar approach as to what you were thinking, I created a location in my warehouse called vendors, turned on the consignment inventory, and can now upload the vendors inventory in the locations report via an excel file. If on your excel file you use inventory_quantity_auto_apply and designate who the vendor is it will not be counted in your inventory valuation. Here is what I was able to import. 


My issue is for some reason 2 weeks ago I was able to update the inventory_quantity_auto_apply via an API but all of a sudden since then odoo is now not allowing that. This is what I had working two weeks ago anyone have any idea where I am going wrong?

 

0
Avatar
Opusti
Avatar
Jaideep
Best Answer

Consignment stock is not your stock and is excluded from valuation. While you can sell the stock through ecommerce or Sales Orders

Maybe the documentation helps clarify

https://www.odoo.com/documentation/17.0/applications/inventory_and_mrp/inventory/management/misc/owned_stock.html

0
Avatar
Opusti
Seppe De Roeck
Avtor

I checked that out. The issue is that when a user buys the consignee product, as it's assumed to be in OUR warehouse (although we don't own it), there is no inbound purchase order and stock move created. There is only a manual receipt when you "set" the stock. Basically I would like the Vendor stock only to function as an indication if it's in stock, but then still purchase it and do an inbound receipt or a dropship move when we sell an item. So it should go together with Buy and Dropship modes.

OdooBot
The documentation says the SO is confirmed only when the RFQ is confirmed to a PO. I would encourage you to open a helpdesk ticket if the RFQ isn’t being created. It could be a possible configuration issue or a bug.

image.png
Enjoying the discussion? Don't just read, join in!

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Workflow for purchased products without purchase order in odoo
stock invoice inventory vendor OCR
Avatar
Avatar
Avatar
6
maj 24
11116
Extra spare stock quantity from vendor Solved
stock warehouse inventory quantity vendor
Avatar
Avatar
1
maj 19
3994
How to solve this error Field `show_check_availability` does not exist ?
stock inventory
Avatar
0
jul. 24
2934
How to prefill one2many records
stock inventory
Avatar
Avatar
1
mar. 24
3098
Out of Stock Solved
stock inventory
Avatar
Avatar
Avatar
Avatar
Avatar
4
feb. 24
6505
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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