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
    • 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

Auto generating a purchase order when a product with quantity 0 is ordered

Suscribirse

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

Se marcó esta pregunta
automatedpurchase_order
3 Respuestas
14223 Vistas
Avatar
Ahmed Ababneh

Hi,

When the product has quantity on hand equal to zero, and customer orders this product, then, we need Odoo to generate a purchase order automatically for this product.

Odoo is not generating the automatic PO. We have Odoo 8.

As for an example, I created a test product. I ticked "Buy" check box, and unticked the"Make to order" check box. I added a vendor (has an address) on the product as follows:

Supplier: Old Stocks

Delivery Lead Time: 0

Minimal Quantity: 1.00

I also created a reordering rule for this product:

Name: PO/8406724

Product: [9781452555508] 0.0.0.0 Would Our Legacy Survive?

Warehouse: Amman Stock

Location: AmmWH/Stock

Minimum Quantity: 5.000

Maximum Quantity: 20.000

Quantity Multiple: 1.000

I made a purchase order for this product, and transferred the delivery order. The quantity on hand became 4 (less than the min. quantity in the reordering rule). Run the schedulers from Warehouse -> Run Schedulers. However, the RfQ was not created.

What should I do to get an RfQ auto-generated, when the there is sales order for a product with "Quantity on hand" equal to zero?

Thanks you :)

1
Avatar
Descartar
Ahmed Ababneh
Autor

By the way, we have about 10 million products

Serpent Consulting Services Pvt. Ltd.

Make sure your product is of type "Stockable Product".

Ahmed Ababneh
Autor

Yes, it is stockable

Zbik

Multicompany environment? Module procurement_jtt instaled or not? Module procurement_jtt_stock instaled or not?

Avatar
E.M.
Mejor respuesta

I faced the same issue as we wanted to automatically generate POs in draft. Weused the following configuration:


We set up a reordering rule with a minimum quantity of 0. This was done for every product

By doing that, when a customer orders something which exceeds available stock, your stocked amount will be less than zero, triggering the reordering rule.

Additionally:

- the item needs to have a defined supplier, otherwise no purchase order will be generated.

- not sure if the item needs to be stockable

- you have to execute the planner in the warehouse menu (there is a scheduler that can be activated to execute that planner every m minutes).

Maybe there is a way to do something that might apply to all products, but I do not know how to do that (it would be interesting).

Any further automation or group configuration you might achieve, please share. Having to add a restock rule for every product is cumbersome.

Hope this helps,

1
Avatar
Descartar
Ahmed Ababneh
Autor

Thanks my friend .. So, where can I exactly find the planner in the warehouse menu? I can only see "Schedulers->Run Schedulers" and "Schedulers>Compute Stock Minimum Rules Only" options.

E.M.

Settings -> Technical -> Automation -> Planned Action -> Run mrp scheduler. It is disabled by default. However I wonder how that could be triggered automatically everytime a new sales order is generated.

E.M.

And to execute it manually it should be schedulers-> compute stock minimum rules only

Avatar
Felipe Llodrá
Mejor respuesta

Hi, we are facing the same issues running ODOO CE 13.

What si very strange is that we are also following all the intructions of the documentation. However no PO is being generated after the minimum stock is reached... Can this be a bug?? I'm starting to think this is the real problem... any further help would be much appreciated. And no, this is not to be solved by buying or installing a third party module.

0
Avatar
Descartar
Paresh Wagh

Check whether it got added to an existing RFQ. Odoo searches for open RFQ's for the vendor and adds it to it if one is open. If an open RFQ is not found for the vendor, it will create a new RFQ.

Felipe Llodrá

Thanks Paresh, we are facing an issue here not related to ODOO but to a custom extension. We are trying to solve the problem. But all on all Odoo works correct. Thanks for your input.

Avatar
ITStore
Mejor respuesta

Hello All,

Get this app for all in one solution:Make To Order For Required Stock


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
Publicaciones relacionadas Respuestas Vistas Actividad
Scheduled Purchase
automated purchase_order scheduled
Avatar
Avatar
2
dic 22
2136
Trying to automatically update analytic distribution in purchase order Resuelto
automated
Avatar
Avatar
Avatar
3
jun 25
3564
importing Purchase Order shown as a RFQ Resuelto
purchase_order
Avatar
Avatar
Avatar
2
may 25
2912
Create a PO without adding products to stock
purchase_order
Avatar
Avatar
Avatar
Avatar
3
dic 24
8524
How do I replace the default Purchase Order number? Resuelto
purchase_order
Avatar
Avatar
1
jul 24
4311
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