Conneccting docker with enterprise
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 1.2k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
- When trying to build a docker image containing the official released docker and combine this with the newest Enterprise code. The Odoo server does not start.
- How can this be solved (make your own docker image is a solution)
- But is there a way to know (when the docker image consistency core and enterprise) can be synchronised ...
File "/addons/enterprise/account_reports/models/account_move.py", line 4, in
from odoo.addons.account.models.exceptions import TaxClosingNonPostedDependingMovesError
ModuleNotFoundError: No module named 'odoo.addons.account.models.exceptions'
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
Start with the Docker image build described in the issue and inspect the traceback location in addons/enterprise/account_reports/models/account_move.py. Compare the released Docker image with the newest Enterprise code to identify the core and Enterprise version mismatch. Done means the combined image builds and the Odoo server starts without the reported ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- backend, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100