Open ikzent opened 1 month ago
I have the same issue,
the nightly release downloaded is:
http://nightly.odoo.com/17.0/nightly/deb/odoo_17.0.20240904_all.deb
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'