Thursday, August 20, 2020
4 changes
Resolved issues and error corrections
Grouping planning schedules by multiple fields can create rows with missing values, such as an undefined role. This fix prevents errors when users expand or collapse those empty group rows and keeps drag-and-drop working after groups are reopened.
Original PR description
PURPOSE When user tries to groupby "Employee>Role>Department"(& severel others like project>role>employee) & click on undefined, below traceback appears. SPEC When user do groupby on multiple fields and collapse and expand empty row should not throw traceback. TASK 2283977
A typo in the Sign app's access rule definition was corrected, helping ensure document signing permissions work as intended. A Belgian payroll accounting test was also updated so it can run again in automated checks, improving release confidence.
This update fixes small issues in Mexican electronic invoicing workflows. It restores missing external trade fields and ensures payment and bank statement options appear only when relevant, reducing confusion for users.
Original PR description
- The button "Force CFDI" does not appear on payment form if doesn't have any reconciled invoice - Restored field "l10n_mx_edi_external_trade" on res.partner form view
The manufacturing cost analysis report now uses the actual production data recorded when a manufacturing order is completed, rather than information that may have changed later. This improves the reliability of cost, material quantity, and work order details shown to users reviewing production costs.
Original PR description
Bunch of fixes for the cost analysis report of MO: - Remove extra quantity feature, depends of the state of the BoM when the MO was "Mark as Done". If the BoM is changed after, it will be wrong. - Change the link to the bom line, redirect to the product form instead (same issue than above). - Now, a WO is not always related to a operation. Show WO name instead of operation name and it will be a link only if related to a operation. - Fix wrong quantity of raw material in case of change after the mark as done. task-40259