Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita 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
  • Proyectos
  • 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
4539 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.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Documentation on Studio Automation
studio automation
Avatar
Avatar
1
feb 19
4961
Execute code complete field with input date + X days
studio automation execute code
Avatar
Avatar
1
ene 25
1974
Can't automzatize a task via studio Resuelto
automatic_email studio automation
Avatar
Avatar
2
jun 23
3441
debit and credit in currency
studio
Avatar
Avatar
1
nov 25
2142
How to avoid non-literal domain
automation
Avatar
Avatar
Avatar
2
ago 25
1552
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • 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 estar 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