Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • e-learning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Putaway Rules into Multiple Locations

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
2 Respuestas
770 Vistas
Avatar
Leon Davey

Hi all,

I have Odoo Enterprise Inventory set up with two storage categories: High Volume (near the picking bench, limited space) and Low Volume (for bulk storage).

Each product has a defined maximum quantity per location—for example:

  • Product A: 200 units in High Volume
  • Product A: 1000 units in Low Volume

I’ve created putaway rules so that receipts go to High Volume locations first, then to Low Volume if needed.

What I’d like to achieve:

When booking in a receipt (e.g., 600 units of Product A), I want Odoo to automatically allocate 200 units to High Volume and the remaining 400 units to Low Volume, based on the location capacities.

Is there a way to get Odoo to automatically split these incoming moves across locations according to the capacity and putaway rules?

Trust this makes sense!

Thanks :)

0
Avatar
Descartar
Avatar
Abdallah Mahmoud
Mejor respuesta

Objective Recap

You want Odoo to:

  • Automatically split a receipt (e.g., 600 units of Product A) based on:
    • Putaway Rules
    • Location maximum capacity
    • Storage Categories (High Volume vs. Low Volume)

So 200 units go to High Volume (its max), and 400 units go to Low Volume.

What You’ve Already Done

  • ✔️ Defined two Storage Categories (High Volume, Low Volume)
  • ✔️ Set Max quantity per product per location
  • ✔️ Set Putaway Rules: e.g., Product A → High Volume, then → Low Volume


How Odoo Normally Works

Odoo's Putaway Rules define:

  • For a given product or product category,
  • Where it should be stored based on Storage Category capacity (i.e., space rules)

But by default, Odoo does not automatically split an incoming move into multiple quants across multiple locations. Instead, it uses the first matching rule that has available space.

 Default Limitation in Odoo

Odoo will not automatically split a single incoming line (e.g., 600 units) into 200 + 400 based on location max capacity.

It will:

  • Try to assign the entire quantity to the first location in the putaway rule list that has enough capacity.
  • If that location is full, it moves to the next one.

So in your example:

If High Volume can only take 200 and you receive 600, Odoo will bypass High Volume and send all 600 to Low Volume, because High Volume can’t handle the full quantity.

Options to Achieve What You Want

 Option 1: Use a Custom Server Action or Module

Create a custom module or automated server action that:

  • Detects the available capacity of the first location.
  • Splits the incoming move into two lines:
    • One for High Volume (max capacity)
    • One for Low Volume (remaining)

This approach fully automates the desired behavior. This is the most accurate and scalable solution in Odoo.

 If you're interested, I can help you with a code snippet or XML record to start with.

 Option 2: Manually Split Incoming Move Lines

Before validating the incoming shipment:

  • Go to the Incoming Transfer.
  • Click on Operations
  • Manually split the incoming line (e.g., 600 units into 200 + 400 lines)
  • Then assign each line to the correct destination location (High Volume / Low Volume)

 This respects the putaway rules if you use "Suggest Locations", but it’s manual.

 Option 3: Use Advanced Putaway Rule Logic with Custom Python Code

If you're comfortable with Python, override the putaway logic (method _get_putaway_strategy) to:

  • Check the remaining capacity of each location.
  • Automatically split the incoming stock move based on that.

Again, this requires customization, but it’s clean and effective.

 Summary

OptionDescriptionAutomation LevelNotes
1Custom module/server action that splits moves based on capacity🔁 Fully automatic✅ Best solution
2Manual split of lines in incoming transfers ManualSimple but labor intensive
3Customization of putaway strategy via code Fully automaticNeeds development

 Recommendation

Since you're using Odoo Enterprise, I recommend:

  • Start with manual splitting as a proof-of-concept
  • Then build a small custom module or automation rule to handle it

1
Avatar
Descartar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Mejor respuesta

Hi,

Please refer to the link:

1. https://www.cybrosys.com/blog/how-to-manage-putaway-rules-in-odoo-17-inventory

2. https://www.youtube.com/watch?v=SQJ79Bkp-rY


Hope it helps.

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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