Tuesday, September 22, 2020
3 changes · master
Enhancements to existing features
Manufacturing users can now return a cancelled manufacturing order to draft, update key details such as the product, and confirm it again. The update also cleans up cancelled manufacturing screens by hiding irrelevant action buttons and reserved quantities, and improves source references on post-manufacturing transfers.
Original PR description
Enable reset to draft on MO -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
HR teams can now set extra options when creating salary configurator links, including forcing a new company car choice, linking an already-created default car, and choosing the contract start date. This helps correct onboarding mistakes and gives recruiters more control over offer simulations before an employee record exists.
Original PR description
Add 3 option in wizard to send a link for salary configurator: 1. force a new car: Even if we have more used available car than the limit, allow employee to choose a new car 2. Default car: If we made a mistake on the first contract with applicant (without employee), the chosen car can be already be created. This option will link the created car with new contract. 3. Start date: Choose the start date of the contract. task ID 2308400
Project task recurrence is being prepared by moving a task stage status field into the shared core project functionality so it can be used consistently. Field service recurring tasks will now keep the relevant worksheet template when a new recurring task is created, reducing manual setup for teams.
Original PR description
[IMP] project_enterprise : move fields to community The field is_closed on a project.task.type has been moved to community as it is needed to make the recurrency work. [IMP] helpdesk_timesheet : move fields to community The field is_closed has been moved to community and as such we don't need to add it in the view here anymore. [IMP] industry_fsm_report : add the pertinent fields to the recurrency The field worksheet_template_id is added to the list of fields being copied from the original task to the new one. Task-2172156