Daily updates from Odoo
Tuesday, July 4, 2023
1 change
Resolved issues and error corrections
The project update view now shows the Planned stat button again in the side panel. This restores visibility of planned work information that had disappeared, helping users quickly review project forecasts as expected.
Original PR description
Before this commit since #40050, the `Planned` was no longer visible in project update because `show` property is not given in the object and so the system the button has invisible. This commit adds the property to be able to show that stat button as before in the right side panel of project update view.