Tuesday, September 30, 2025
2 changes · master
Enhancements to existing features
Manufacturing planning suggestions now use an exact date range to calculate monthly product demand instead of broad preset periods. This makes demand estimates slightly more precise and better aligned with the actual sales or stock movement period being reviewed.
Original PR description
Adapts MPS suggestion to use the new product monthly demand, which now takes a date range, instead of string selection to compute demand BEFORE: product.product monthly_demand compute takes string as arguments for calculations (eg: "three_months") NOW: product.product monthly_demand compute takes date ranges for calculations.
Portal users can now view and respond to helpdesk tickets created by colleagues from the same company, not only tickets they created or follow. This improves collaboration and visibility for customer teams managing support requests together.
Original PR description
Currently, a portal user can only see tickets that they have created or are following. With this commit, portal users will also be able to view and communicate on tickets created by other colleagues from their company. task-4555162