- 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'
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'