odoo / odoo/docker

Accessing settings menu leads to cron user error

Open
#382 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
1.2k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files or tests are named. Reproduce the problem with the postgres:13 and odoo Docker commands, then install CRM and repeatedly open Settings while observing the cron user error. Done means the Settings menu no longer produces this error under the reported setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, postgresql
Domain
backend, databases, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.