Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consulting
    • Accounting Firm
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Solar Energy Systems
    • Shoe Maker
    • Serveis de neteja
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Odoo 19 - How do I manage consignment when I am the one consigning the inventory?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
managementinventoryquickstart19.0consignee
2 Respostes
345 Vistes
Avatar
Community Question

I am consigning inventory to a third party seller.

They own these products until they are sold. If they are not sold they are returned to me.

I want to manage depleting my inventory but still show them in my Stock Report.

I also need to keep track of who has my products, as well as how many they have, and when they were sent.

I want a way to charge them if they are sold, as well as deplete my inventory when this happens.

What is the best way to set this up?

0
Avatar
Descartar
Jaideep

Sorry had to post a reply as am unable to comment on the reply

Avatar
Ray Carnes (ray)
Best Answer

First, create a Location that is internal (so that when you move products there, they are still considered part of your inventory):


Set the Customer Location on each Consignment Customer to this new Location:


Define a Push Rule that creates a regular Delivery Order (to deplete stock and permit invoicing from Sales) and assign it to your regular Delivery Route:


Create a Sales Order each time you want to consign products. The first Delivery will move them to the Consignment location (so they still show on your stock report). When you validate this, a second Delivery will be created reserving them so they are no longer "available". In this example, first we purchased 5 items, then sent 3 for consignment:



When the products are sold, validate the second Delivery for the amount sold, and the Sales Order will then show you can invoice for that quantity. Return any unsold products via the first Delivery and cancel any remaining back orders from the second Delivery.


Your Stock Report will show only unsold items, your balance sheet will be correct, and you can review at any time who has what via the Moves History Menu, filtering for the Consignment location:

0
Avatar
Descartar
Avatar
Jaideep
Best Answer

I believe to accomplish a transfer from WH/Stock to WH/Consignment you would require to have an additional Pull rule.

For the illustrated solution, the 'Deliver in 1step' route would need 3 rules

1. Pull from WH/Stock to WH/Consignment with Delivery order operation AND 'Destination location origin from rule' set to "True"

This rule specific for customers buying from third party seller, to trigger stock transfer from WH/Stock to WH/Consignment location.

Critical for the 'destination location origin from rule' to be enabled, else the delivery order triggered would have Customer as destination and not WH/Consignment

2. Push from WH/Stock to Customer with Delivery Order operation -> as illustrated in your reply

3. Pull from WH/Stock to Customer with Delivery Order operation -> this is the existing default rule for customers buying direct

Would be interested if there is any way to optimize the rules.

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
Using MTO and Dropshipping in a Single Sales Order in Odoo
inventory quickstart
Avatar
Avatar
2
d’abr. 25
2476
2 companies => one warehouse (inter-company and Dropship) Solved
inventory quickstart
Avatar
1
d’ag. 24
3891
Cancel a transfer after it's done Solved
inventory quickstart
Avatar
3
de març 24
7553
How to avoid delivering orders when there is not stock? V15/V16 Solved
inventory quickstart
Avatar
1
d’oct. 25
5261
How to use a default warehouse per user?
inventory quickstart
Avatar
1
de set. 22
5234
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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