docker icon indicating copy to clipboard operation
docker copied to clipboard

Accessing settings menu leads to cron user error

Open mbednarik opened this issue 2 years ago • 2 comments

Steps to reproduce

  1. Start postgresql server:

docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db postgres:13

  1. Start odoo:

docker run -p 8069:8069 --name odoo --link db:db -t odoo

  1. Launch browser, fill out data for the database.

  2. Install CRM module

Every second click or so on 'Settings' now leads to: User Error: Record cannot be modified right now: This cron task is currently being executed and may not be modified Please try again in a few minutes

mbednarik avatar Aug 26 '21 11:08 mbednarik

I cannot reproduce this issue. Check your server actions.

netfxtech avatar Sep 09 '21 08:09 netfxtech

@mbednarik can you provide the version of Odoo you are using? Can you test with 17 and confirm?

If this issue is no longer needed please close.

lathama avatar Apr 11 '24 15:04 lathama