Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Customization on Quality Worksheet Templates

Subscriure's

Get notified when there's activity on this post

This question has been flagged
developmentconfigurationmanufacturing
3 Respostes
1102 Vistes
Avatar
Emre O.

Hi All,

We have a connected manufacturing process with multiple levels of BoMs:

A+B ->C

   ​C+D ->E

​ ​      E+F->Finished Good.

Due to the nature of our industry, we create three separate Manufacturing Orders (MOs) to produce the finished good.

To reduce manual paperwork, we are building quality worksheet templates for each BoM item (C, E, and the Finished Good).

To be more specific,  We have two different semi-finished products, and each requires different quality thresholds for the same component. Our goal is to set separate thresholds and create automation rules to notify the responsible manager when a check fails.


In terms of technical perspective,  During creation of automation rules we enter the model name:

For Example:

Model Description Pre-op Inspection

Model  x_quality_check_worksheet_template_8


However, the technical name of a worksheet template (e.g., "Pre-op Inspection") changes if we create another version of "Pre-op Inspection" worksheet template for the second semi finished good to be able to set different threshold and trigger a warning.  


Our implementation partner has mention that any custom development related with specific work sheet template, should require another development if threshold has changed, because quality worksheet templates have been created dynamically after MO has been confirmed unless you use the same customized worksheet templates for second product but that is not aligning with the quality requirements.


My question:

Is this truly a limitation of Odoo? Does the approach described by our implementation partner sound correct?


Odoo version 17.0+e (Enterprise Edition)


0
Avatar
Descartar
Avatar
Emre O.
Autor Best Answer

/

0
Avatar
Descartar
Avatar
Lars Aam
Best Answer

In the spreadsheet you define one cell that say the test is success or not.  Set up the quality control point as shown here.  

You can then create a automatic action to send message based on fail in the control check.

0
Avatar
Descartar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,


Each Quality Worksheet Template is a record in quality.check.worksheet.template. When you duplicate or create a new template (even if it looks like “Pre-op Inspection v2”), it is technically a different record with a different XML/DB identifier.

→ This is why, when you create automations based on a specific template’s technical name (like x_quality_check_worksheet_template_8), that automation only applies to that one record. A second version will not automatically inherit the same rules.


The “new development” approach your partner mentioned is one way to handle it, but it’s not the only way. The core problem is that the automation is hard-linked to a template record, instead of to a more flexible configuration (like product, BoM level, or inspection type).


Alternative approaches that avoid custom dev per template version:


    Use Quality Points (quality.point model) to configure which product/BOM/operation requires which checks and thresholds. Each semi-finished product can have its own point and rules without duplicating template logic.


    Add custom fields (like tolerance/threshold values) on the worksheet or check model, and drive your automation rules from those fields instead of the template record ID.


    If you need version control of templates, you can add a custom field like “Inspection Type” (e.g., pre_op, final, etc.) that stays constant, and use that in your automation filters. That way you can create multiple versions but still group automations logically.


Hope it helps

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Dynamic Dashboard Background and Text on Dark/Light Theme Switch in Odoo 16 sh
development configuration
Avatar
Avatar
1
de nov. 25
286
Bulk PDF download error
development configuration
Avatar
0
d’oct. 25
537
I am trying to set up a mass BOM edit. My Python code is giving forbidden opcode(s) error. Odoo 18
development configuration
Avatar
Avatar
Avatar
2
de set. 25
1094
Customizing Shop Checkout (UI) in Odoo
configuration manufacturing
Avatar
Avatar
1
d’ag. 25
1046
Google Calendar Sync - Odoo Calendar
development configuration
Avatar
Avatar
Avatar
3
d’ag. 25
2019
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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