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

Studio Automations ? for the non-programmer

Suscribirse

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

Se marcó esta pregunta
studioautomation
4 Respuestas
4508 Vistas
Avatar
Monica MG

Hi everyone, Am I close here on getting a field to update with today's day upon a record change?

I have an added field "Date of Last Contact" that I would like updated with todays date, if either conditions are met:

A) Chatter is updated

B) Record Changed 

(assuming those are not the same, if they are, great)

Under Automations, create a new with these conditions

> Model = Contact

> Trigger = after last update

> Open: Actions

>> Update Record

>> Action Details - DATE OF LAST CONTACT to write_date

I've tried 

date

=datetime.today()

datetime.today()  

datetime.today

& a whole other bunch of combinations. I know it can take some time to run the automation, not sure if I'm not patient enough. 

Any help is appreciated.


1
Avatar
Descartar
Avatar
Chris TRINGHAM
Mejor respuesta

Hi Monica - if you want to know when the record was last updated, that is already there, as can be seen in the Metadata (in developer mode):

The field is write_date and it's easy to make that visible on the Contact.


Adding a note in the chatter will not changed the last updated date.

If you want to capture the last date when a note was logged, your Automation Rule has to run against the Message database table

but that's going to require some Python code to update the date on the Contact.


Which version of Odoo?  If it's 17 you can still select the "On Save" trigger - rather than "after last update":

That will update immediately rather waiting up to 4 hours.


Also, you can also check if the Scheduled Action is running (to process Automated Rules):

1
Avatar
Descartar
Monica MG
Autor

Well I tried everything and can't get this to work. So very frustrated. I don't know if it's possible to pay to get someone to get this to work. My goal for CRM is this: Bring in quality leads, nurture them. Get triggers on when to nurture, and keep the relationship going. It's not just a safety net, but a way to manage and to know when to reach out. Today I have to snooze, task list, or calendar when to reach out, and it's neither ideal, nor scalable. If I miss a snooze, they fall off my radar = no bueno. I need Odoo to let me know, when it's time to reach out. I found this link does a great job of describing what I am looking for: https://www.insightdata.co.uk/news/crm-inactivity-alerts/

Avatar
Monica MG
Autor Mejor respuesta

Here is the Answer for [B],  Chris TRINGHAM got me part way there. Here's the step by step on how to create a field that reflects the last date the record was updated, with no coding. 

[A] To display the write_date field in the Odoo Contact record using Odoo Studio:

  1. Enable developer mode (field won't be visible if this step is skipped)
    1. Main Menu, Settings, General Settings, at the bottom - check the enable developer mode.
    2. A laddy bug icon appears at the top right menu bar 
  2. Navigate to the Contact module
  3. Open one of your contacts, doesn't matter which one
  4. Open Odoo Studio: Click on the Odoo Studio icon (looks like a crossed pen and wrench icon) in the top bar.
  5. This is the form view. To add the write_date field, click on the area where you want to add the write_date field. A sidebar should appear on the right. at the right botton, click on Add an Existing Field 
  6. search for write_date. 
  7. Click on it, and drag it to where you want to add it to your form.
  8. Save, go back to contacts, enter in the contact and you see a date.
  9. Change something and it changes the date right away.

I'll update this when I figure out how to get the chatter to update another field.  


0
Avatar
Descartar
Monica MG
Autor

This post, helps get around this, on what I was ultimately trying to do.
https://www.odoo.com/forum/help-1/need-program-coding-support-for-customer-inactivity-report-filter-251951

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Mejor respuesta

Hi Monica,

When creating a new automation try this to reach your requirements

1) Model: your_model

2) Trigger: On Save

3) When Updating: Select all fields if needed

4) Create an action with type "Execute Python Code" and write Python code to set the value for your last updated datetime field.

This format provides clear instructions for setting up a model trigger in a system, specifying the actions to take upon saving and detailing the steps to execute Python code for updating a DateTime field


Hope it helps

0
Avatar
Descartar
Avatar
Ray Carnes (ray)
Mejor respuesta
datetime.date.today()

or

datetime.datetime.now()


0
Avatar
Descartar
Monica MG
Autor

Thanks Ray!! I just put in the second datetime.datetime.now(), saved, refreshed - then went to a contact and made a change. I went to another and put in a log note. I'll wait a few hours and report back.

Monica MG
Autor

Both ways didn't work. This is shared cloud instance. Frustrating....

¿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
Documentation on Studio Automation
studio automation
Avatar
Avatar
1
feb 19
4944
Execute code complete field with input date + X days
studio automation execute code
Avatar
Avatar
1
ene 25
1963
Can't automzatize a task via studio Resuelto
automatic_email studio automation
Avatar
Avatar
2
jun 23
3428
debit and credit in currency
studio
Avatar
Avatar
1
nov 25
2132
How to avoid non-literal domain
automation
Avatar
Avatar
Avatar
2
ago 25
1540
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