Thursday, March 30, 2023
3 changes · master
Resolved issues and error corrections
Fixes an upgrade issue that could stop the Account module from updating when certain localization tax settings were installed. This helps businesses complete upgrades reliably without manual intervention or downtime from a tax configuration error.
Original PR description
while upgrading the account module python_compute field was not available because the account_tax_python module is in the to upgrade state so while loading the tax CSV file it gives keyerror:'python_compute' This commit fixes this behavior. Steps to reproduce the error : - Install the l10n_in module - Upgrade the Account module - Boom - You have error! ref - https://runbot.odoo.com/runbot/build/25304292 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an error that occurred when displaying task items in the Gantt view while timesheets were installed. Users can now view project task timelines reliably without the page failing.
Original PR description
Description of the issue/feature this PR addresses: When trying to display any pill in the project.task gantt view (when the timesheet module is installed) a traceback is raised. Basically the time formater was deprecated, now using a simple reference, not 100% sure it's good in every case. Task-3249673 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users adding social media streams will now see a clear error message when the connected account cannot be found. This prevents confusing empty dashboards or server errors and helps users understand what action is needed.
Original PR description
Before this commit, it was not raising proper error or landing to the empty dashboard if the account was not added. so, it's not providing proper information to the users After this commit, it will show the proper error to the user if no account has been added. Task: https://www.odoo.com/web#id=2622803&action=4043&model=project.task&view_type=form&cids=2&menu_id=4720