Tuesday, September 10, 2024
4 changes · master
Enhancements to existing features
WhatsApp channels now support sub-threads, helping teams keep related customer messages grouped more clearly. This improves conversation tracking and makes it easier for users to follow separate discussion topics within the same channel.
Original PR description
task-3972988
Failed quantities from quality checks are now separated into their own stock moves instead of only separate move lines. This helps ensure follow-up warehouse rules, such as moving failed goods to another location, are applied correctly; quantity-based quality checks are also avoided for manufacturing orders.
Original PR description
Previous to this commit, failed quantities in quality checks controlled per quantity were split into a separate move line in the same stock move. This prevents triggering additional push rules, specially if failed quantities are moved to a different location. This commit splits the failed quantities into their own move. Task-4063922
Department visibility has been expanded so managers can access department sections even without broader HR permissions. This helps managers better understand activity and context within their own departments while keeping the change focused on HR-related views and reports.
Resolved issues and error corrections
This fixes an issue where editing a food delivery order in Point of Sale and going back could create duplicate order lines. Orders now keep the correct line identity, reducing billing mistakes and manual cleanup for restaurant staff.
Original PR description
Steps: - Install pos_urban_piper - Open Point of Sale. - Configure Food Delivery Connector for one of pos - Place a test order. - Edit order and add a new product. - Press Back button Issue: - Duplicate orderline is been created. Fix: - uuid was not handled while creating orderline which is been taken care of from this commit. task-4147488