Daily updates from Odoo
Wednesday, May 21, 2014
4 changes · master
Resolved issues and error corrections
This fix corrects page numbering in generated reports so documents show the right page labels. It helps users and customers read printed or PDF reports with more confidence and avoids confusion in multi-page documents.
Original PR description
Hello, I have to Fixed bug for Event: Incorrect label in Event Analysis Report. > change typo and change count field evnet_id insted of event_registrations_id. Thank you, ptr
Fixes an incorrect label and reporting field in the Event Analysis report. This helps users see clearer, more accurate event reporting information without changing how events are managed.
Original PR description
Hello, I have to Fixed bug for Event: Incorrect label in Event Analysis Report. > change typo and change count field evnet_id insted of event_registrations_id. Thank you, ptr
This fix ensures Odoo still includes its built-in apps when no custom add-ons location is configured. It helps prevent startup or missing-app issues for deployments using the default setup.
This update improves how Odoo cleans up pending setup actions when an app or module is uninstalled. It helps prevent uninstall errors by removing related follow-up tasks before the underlying actions are deleted, making maintenance more reliable for administrators.
Original PR description
In order to module uninstall work properly --> unlink ir.action.todo which are related to actions which will be deleted. on-delete cascade will not work on ir.actions.actions so we will need to do it manually --> improve need_action_data method also to avoid error.