Accessing settings menu leads to cron user error
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
- Start postgresql server:
docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db postgres:13
- Start odoo:
docker run -p 8069:8069 --name odoo --link db:db -t odoo
-
Launch browser, fill out data for the database.
-
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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