Daily updates from Odoo
Wednesday, February 7, 2024
1 change · master
Resolved issues and error corrections
Fixed an issue where editing cells in account reports could trigger an error when debug mode was enabled. This helps accounting users and support teams work with editable reports more reliably during troubleshooting or configuration.
Original PR description
Editing an editable cell within account reports while in debug mode previously resulted in a traceback error. This issue was due to the strict props validation enabled in debug mode, where the `close` prop was being passed to the `AccountReportEditPopover` component without being defined in its list of accepted props. To address this, the `close` prop has now been duly added to the component's props list, ensuring smooth functionality and eliminating the error. task-3717423