Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Manufacturing Orders not generated on Sales Order confirmation – Missing “BoM” and “Inventory” smart buttons on Product form (Odoo 17 – Odoo.sh)

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
stocksalesmrp
2 Réponses
900 Vues
Avatar
Awa CABA

Hello everyone,

We are currently facing an issue on Odoo 17 (Enterprise, Odoo.sh) related to the automatic creation of Manufacturing Orders (MOs) when confirming a Sales Order.

Here’s what’s happening:

  • On our Staging environment, everything works perfectly:
    • When we confirm a Sales Order, Manufacturing Orders are automatically generated as expected.
    • The Product form view correctly displays all smart buttons such as “Bill of Materials (BoM)”, “Inventory”, and “Traceability”.
  • However, on Production, the behavior is different:
    • Manufacturing Orders are not generated when confirming a Sales Order.
    • On the Product form, the “BoM” and “Inventory” smart buttons are missing, even though both environments are configured identically.
    • All modules (stock, mrp, sale_management) are installed and active.
    • The routes (Make To Order + Manufacture) are properly defined on the product and working fine in Staging.
    • The products are correctly set as “Storable Products”.
    • User access rights are the same on both environments.
    • There are no visible errors in the production logs.

It looks like the views inherited from stock or mrp (product.template form view) may not be properly loaded in Production, which could explain why those smart buttons are missing — and why Odoo might not be linking products to their BoMs when trying to trigger manufacturing orders.

So far, we have checked:

  • Module installation and dependencies (OK)
  • Product configuration (OK)
  • Routes setup (MTO + Manufacture) (OK)
  • User rights and access groups (OK)

 

The only visible difference between Staging and Production is the absence of the “BoM” and “Inventory” smart buttons on the Product form — and this correlates with the failure to auto-generate Manufacturing Orders when confirming Sales Orders.

Has anyone experienced this issue where Odoo.sh staging works correctly but production fails to create MOs automatically, and the smart buttons from mrp and stock are missing on the Product form?

Could this be related to a missing or inactive view inheritance, cache or deployment issue, or perhaps a broken link between product and BoM due to database synchronization problems?

Any help or advice would be greatly appreciated 🙏

0
Avatar
Ignorer
Avatar
Awa CABA
Auteur Meilleure réponse

Thanks to everyone for your answers. The display error originated from the modification made to the view Product.template.product.form, which instead of using 'product' as the view model, used a variant of products. The Manufacturing order creation from the Sales validation issue comes from the route rules. I only have to archive of the duplicated ones.

0
Avatar
Ignorer
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Meilleure réponse

Hi,


This issue is likely caused by a broken or missing view inheritance in Production. The “BoM” and “Inventory” smart buttons are added through inherited views from the mrp and stock modules. If those views aren’t properly loaded, the product loses its link to the BoM, preventing automatic Manufacturing Order creation.


This can happen if a custom module overrides the product form without including those inherited parts, or if a deployment or cache issue on Odoo.sh prevented the views from loading.


To fix it:


    Check Settings → Technical → Views for mrp.product_template_form_view and ensure it’s active.


    Upgrade the mrp, stock, and related modules in Production.

    Rebuild the Odoo.sh environment to clear cache.

    Compare view definitions between Staging and Production.


Once the views reload, the smart buttons should reappear, and Manufacturing Orders will generate automatically again.


Hope it helps

0
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Automatic stock update after a sale
stock sales
Avatar
Avatar
Avatar
2
août 25
2631
pass value from sale.order.line to stock.move in odoo 16 Résolu
stock sales
Avatar
Avatar
1
mai 25
2784
Stock update Résolu
stock sales
Avatar
Avatar
1
déc. 24
8450
VENTE D'ARTICLE À STOCK NUL
stock sales
Avatar
0
janv. 22
4151
Bill of materials don't handle components' stocks
stock mrp
Avatar
0
oct. 17
3412
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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