You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
but when manually inspecting the tar for the same release, the file under src/odoo/addons/account/models/exeptions.py does not exist, and the las commit in the src git repository is from 2024-07-03 17:17:55, I think the packaged version got mixed up?
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'
The text was updated successfully, but these errors were encountered: