Thursday, May 21, 2020
1 change · master
Miscellaneous changes
Purpose ======= On the hr_recruitment application, when archiving an employee, a wizard pops out to ask the reason (fired, left, ...). When archiving all the record of a column, instead of retrieving the dbID, you get an action targeting the wizard model. No need to call updateColumn at that time, as this will be done when closing the wizard. So adding this small condition fixes the traceback and changes nothing on the flow. TaskID: 2259776 Description of the issue/feature
Original PR description
Purpose ======= On the hr_recruitment application, when archiving an employee, a wizard pops out to ask the reason (fired, left, ...). When archiving all the record of a column, instead of retrieving the dbID, you get an action targeting the wizard model. No need to call updateColumn at that time, as this will be done when closing the wizard. So adding this small condition fixes the traceback and changes nothing on the flow. TaskID: 2259776 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#51515 Forward-Port-Of: odoo/odoo#51505