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

Boolean_Toggle checkbox in Studio can't be automatecally disabled in automated actions ?

Suscribirse

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

Se marcó esta pregunta
automatedbooleanStudio
3 Respuestas
7657 Vistas
Avatar
Sébastien PATTE

Hello all

I have a problem with Studio :

Boolean_Toggle checkbox in Studio can't be automatecally disabled in automated actions ?

I have trying with a standard checkbox and it's works with value at "0" but seem impossible when the widget "​ boolean_Toggle" is selected. 

Someone have a tip ?

0
Avatar
Descartar
Chris TRINGHAM

Can you explain what you are trying to do? I don't see how changing the widget can have any impact on an Automated Action.

Chris TRINGHAM

Ok I will try:

In CRM, I have 5 differents stages (1-5 levels). For change stage to upper level some approvals are needed, I use checkbox with Boolean_toggle for this (no need to edit the form for check it ;-) ).

When I'm on stage #4 and I'm going to a lower level #3 I would like to the checked box to be unchecked.

Avatar
Karim Ouassini (kou)
Mejor respuesta

Hello Sébastien and Chris,

This works perfectly :



+ No maintenance fees 

+ No python knowledge needed 


Best regards,


Karim

1
Avatar
Descartar
Avatar
Khoerul Mutaqin KM
Mejor respuesta

you can modify the view sir.

  

 + No maintenance fees 

+ No python knowledge needed 


Best regards,


Mutaqin


0
Avatar
Descartar
Avatar
Chris TRINGHAM
Mejor respuesta

I found that it doesn't work if you use "Update the Record" in Automated Actions, but it does work if you "Execute Python Code":

for rec in records:

rec['x_studio_approved'] = False

Change the field name from x_studio_approved to whatever you are using.

0
Avatar
Descartar
Nicu Constantin

Hi There-
Can u help?
So i use server action and execute python code to uncheck all the routes in product template, and now i want to check the buy route the same way ( using server action)
If i try with update record and add value is not working, so i believe i also should use execute python code,
Can u help me with the code?
i tried with
for rec in records:

rec['x_studio_approved'] = Buy
But is giving error

Chris TRINGHAM

Try with "Buy" (within quotation marks).

OdooBot

Hi there,

 

I will be out of the office from 29/12 to 08/01 and will not have access to my emails.

In case of emergency or important info, please contact +33 (0)2.23.20.26.36

 

I'll do my best to respond promptly to your email as soon as possible.

 

Best regards,

Sébastien PATTE

 


This electronic message and its attachments are confidential and transmitted for the exclusive use of their addressee. Should you receive this message by mistake, you are not authorized to use it for any purpose whatsoever; please delete it and notify the sender at once. LACROIX reserves the right to initiate any legal proceedings against any individual and organization in case of unauthorized use, without prejudice to possible criminal sanctions.

Ce message et ses pièces jointes sont confidentiels et exclusivement transmis à l'usage de leur destinataire. Si vous recevez ce message par erreur, vous n’êtes pas autorisés à en faire une quelconque utilisation ; merci de le détruire et d'en avertir immédiatement l'expéditeur. LACROIX se réserve le droit de poursuivre toute entité, personne physique ou morale qui en ferait un usage non autorisé, sans préjudice d'éventuelles sanctions pénales.
¿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
Automation complete field with input date + X days
date automated Studio
Avatar
Avatar
1
sept 21
4247
How to set an Automated record creation in Odoo Studio?
automated records studio Studio
Avatar
1
oct 23
3528
How to unreserve by default a transfer linked to a push rule ?
automated inventory quickstart Studio
Avatar
1
may 22
2545
How Odoo Studio Automated Actions to Push Notification on Record Creation Resuelto
action automated 12.04 Studio
Avatar
Avatar
1
sept 19
5943
Trying to automatically update analytic distribution in purchase order Resuelto
automated
Avatar
Avatar
Avatar
3
jun 25
3479
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