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

Suggestions for Odoo Product Module Enhancement: Dynamic Combination Sets and Combination Product Interface Optimization

Cette question a été signalée
La question est close pour la raison suivante : not enough information given to provide help
par Ray Carnes (ray) le 25/12/2024 16:19:52
salesproductodoo18
321 Vues
Avatar
Jason

Suggestions for Odoo Product Module Enhancement: Dynamic Combination Sets and Combination Product Interface Optimization


Background


While using the Odoo18 product module, the following two practical issues have been identified that require improvement:


1. Dynamic Combination Sets Management

• For selling complex sets (e.g., combinations of multiple variants or products), the current functionality is inefficient:

• Dynamically generating complex combination sets, especially in scenarios involving multiple colors and sizes, involves excessive manual work.

• The current “Product Type: Combination” feature only supports static child-product definitions, lacking the ability to flexibly generate variant-based dynamic combinations.


2. Combination Product Interface is Not User-Friendly

• Currently, combination product management is nested within two data tables:

• The first layer contains the combination product records.

• The second layer manages the details of the combination (child products and their specifics).

• The nested structure leads to inefficiencies in data maintenance and lacks flexibility, particularly when frequent adjustments are required.


Proposed Enhancements


Below are two improvement suggestions aimed at addressing dynamic combination sets and optimizing the management of combination products:


Enhancement 1: Dynamic Combination Sets Functionality


Problem Statement

• Dynamic combination sets should be able to automatically match existing child product variants and allow manual adjustments (e.g., adding extra products or setting different quantities).

• Example scenario: Shirts (in red, blue, white; sizes S/M/L/XL) and Pants (in black; sizes S/M/L/XL).

• Automatically generate a combination set (e.g., white shirt S + black pants S).

• Support manually adjusting the combination set (e.g., adding an extra pair of pants or including accessories like socks or scarves).


Implementation Plan

1. Expand Product Attributes: Add a Combination Attribute

• In Sales > Configuration > Products > Attributes, introduce a new table called Combination, similar to the existing variant creation attribute table, with an additional field called Combination Type:

• Values: Create Variants or Combination.

• When the combination type is set to “Combination,” the system does not create new variants but automatically matches previously created variants and dynamically generates combination records.

• These combination records are updated dynamically if the original variants change.

2. Dynamic Combination Details

• Dynamic combination sets are virtual products and inherit the existing Product Type: Combination logic:

• Automatically generate combination products (combination records).

• Support manual adjustments to the combination content (e.g., customizing quantities, prices, or adding extra child products).

• In sales and inventory management, combination products are treated as standalone products, but child product inventory is deducted.


Advantages

• Reduced Manual Work: Automatically generate complex combination sets, significantly reducing maintenance effort.

• Increased Flexibility: Supports manual adjustments to suit real-world sales needs.

• Compatibility: Leverages existing variant logic without requiring significant changes to native sales and inventory modules.


Enhancement 2: Optimize Combination Product Management Interface


Problem Statement

• Enhance the interface for managing Product Type: Combination in the product module to simplify maintenance and improve user experience.

• Combination product content should be manageable directly in the main product record without requiring access to a secondary data table.


Implementation Plan

1. Interface Optimization

• Add an embedded table to the combination product interface for directly managing combination content:

• Columns: Child Product Name, Quantity, Custom Sales Price, and Action Buttons (Add/Edit/Delete).

• Action Buttons:

• Add Child Product: Dynamically select existing products or variants and set quantities.

• Delete Child Product: Quickly adjust the combination content.

• Pricing Logic: Support independent pricing or inheritance from child products, with the ability to switch between these options.

2. Data Structure Optimization

• Add a new field, combination_lines, to the existing product model to track combination content (child products and their quantities).

• Merge existing independent child tables to simplify the data structure.

3. Preserve Native Logic

• Sales Management: Combination product prices can be calculated as the total of child product prices or set independently.

• Inventory Management: When a combination product is sold, the inventory of child products is automatically deducted.


Advantages

• Simplifies the maintenance of combination product content, improving operational efficiency.

• Reduces data structure complexity, enhancing system maintainability.

• Remains highly compatible with native logic, minimizing changes to sales and inventory workflows.


Integrated Proposal


Goal


Combine the above two enhancements to build an efficient and flexible combination product management system, addressing the following:

1. Dynamically generate and manage complex combination sets (automatically matching existing variants with manual adjustment options).

2. Optimize the interface design and data structure for managing static combination products, improving user experience.


Expected Benefits

1. Enhance configuration efficiency for complex combination products, reducing manual workload.

2. Meet diverse sales requirements for dynamic combination sets and static combination products.

3. Improve system compatibility and stability while minimizing the risk of disrupting existing native workflows.


Additional Issue: Nested Structure of Combination Data


Problem Statement

• In Product Module > Product Type: Combination, the current implementation relies on a nested two-layer data table for combination product management.

• This structure is inefficient and overly complicated, particularly for frequent combination adjustments.


Suggested Improvement

• Directly manage combination content within the product record interface, avoiding the need for secondary tables.

• Consolidate all combination data into a single layer to streamline the process and improve data integrity.


Thank you for considering these suggestions!

If further technical implementation details or user scenarios are needed, we are happy to provide additional support.

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é
Edit dropdown in sales module Résolu
sales product dropdown odoo18
Avatar
Avatar
Avatar
3
nov. 25
168
Conditionally show or hide product attributes (Odoo Online/Studio)
sales product
Avatar
Avatar
1
oct. 25
717
Hide the cost
sales product
Avatar
Avatar
Avatar
2
mai 25
4561
Products in multi company
sales product
Avatar
0
nov. 24
1539
how to filter out all products which got no sales with the last 3 months or a specific period?
sales product
Avatar
Avatar
1
août 24
2372
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