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
    • eLearning
    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
    • Información
    • 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
    Food & Hospitality
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Guest House
    • Distribuidor de bebidas
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consulting
    • Accounting Firm
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Trades
    • Handyman
    • Hardware y asistencia informática
    • Solar Energy Systems
    • Zapatero
    • Servicios de limpieza
    • HVAC Services
    Others
    • Nonprofit Organization
    • 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

Inventory Stock Moves

Suscribirse

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

Se marcó esta pregunta
inventorycustomizationstock.move
2 Respuestas
3916 Vistas
Avatar
Samuel Afonso

Hello,


Is it possible to validate operations from different receipts of the same vendor in a tree view?


So imagine this example:


- I have receipt WH/IN0001 with product A and product B and WH/IN0002 with product C and product D. Both from the same vendor.


- I want to be able to validate the entrance in stock of the product A and the product C, because they came together, and leave both receipts open to be validated in the future.


Is this feasible in Odoo? Will it mess with the creation of backorders or could this be solved also?


I'll wait for some feedback, always open to questions.

0
Avatar
Descartar
Avatar
Mohamed Elturki
Mejor respuesta

Yes, this is feasible in Odoo, but it requires some customization or configuration adjustments. By default, Odoo processes receipts individually, but you can validate operations across multiple receipts in a tree view with some tweaks. Let’s break this down:

Key Considerations:

  1. Stock Picking and Operations
    • Each receipt (WH/IN0001, WH/IN0002) generates stock moves and is processed independently.
    • You want to validate only certain lines from different receipts together (e.g., A & C) while leaving B & D pending.
  2. Partial Validation & Backorders
    • Odoo automatically creates backorders when only part of a picking is validated.
    • If you validate A & C while leaving B & D, Odoo will create backorders for those remaining products.
    • This shouldn’t cause issues unless you have specific constraints on how backorders are handled.
  3. Tree View & Mass Validation
    • Odoo’s tree view for stock pickings doesn’t allow direct validation of individual operations across different pickings by default.
    • A workaround is to modify the view or add an action that lets users pick multiple stock moves from different receipts and validate them together.

Possible Solutions:

  1. Custom Action for Mass Validation
    • Create a server action that allows validating selected stock moves across different receipts while keeping the original pickings open if needed.
    • This action could be triggered from the stock.picking tree view.
  2. Custom Workflow or Module
    • Modify the picking validation process to allow selecting multiple operations across pickings and validating only those.
    • Ensure the remaining moves stay open without interfering with normal backorder creation.
  3. Alternative: Merge Pickings Before Validation
    • If feasible, consider merging related pickings into a single picking before validation.
    • This can be done via customization or using Odoo’s "Merge Pickings" functionality (available in some versions).

Potential Issues to Watch For:

  • Backorders may be created automatically when partially validating receipts, which could lead to confusion if not managed properly.
  • Vendor Bills and Accounting Impacts should be checked to ensure partial validations don’t cause discrepancies in invoicing.
  • User Experience Considerations to ensure warehouse staff can easily manage these validations without unnecessary complexity.

0
Avatar
Descartar
Avatar
Marc De Costa
Mejor respuesta

Hi samuel,

yes it is possible to select multiple transfer records and validate them. 

  1. go to the inventory module
  2. operations → Receipts
  3. Go to the list view
  4. select multiple receipts → actions →validate

Thanks

0
Avatar
Descartar
Samuel Afonso
Autor

Hi Marc,

Thank you for your answer. But I don't want to validate multiple receipts. I want to select multiple operations from different receipts and validate them. But the receipt may still be kept open.

Marc De Costa

Hi samuel,

Did you mean the stock move line inside a stock picking (Receipt)?

if so, you'll needa code change to view stock moves & a server action to validate the moves. But as you have mentioned it might impact partial validation.

Thanks.

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

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

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
raise ParseError(msg) from none
inventory stock.move
Avatar
Avatar
1
jul 24
2897
Transfer Between Warehouse Resuelto
inventory stock.move
Avatar
Avatar
Avatar
6
may 24
22475
Odoo 14 Community: How to control where Odoo picks stock from when
inventory customization
Avatar
0
ene 21
2333
How to track incoming and outgoing material on specified Item in Stock Moves?
inventory stock.move
Avatar
Avatar
3
mar 16
7331
RPC_ERROR: Odoo Server Error when inventory activity
stock inventory stock.move
Avatar
Avatar
2
may 23
3145
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