Daily updates from Odoo
Monday, August 5, 2024
2 changes · master
Enhancements to existing features
Users can now select multiple reports directly from the reports list and create a composite report from them. This streamlines report setup by avoiding the previous manual process of creating a new report first and then adding each included report separately.
Original PR description
The current flow to create a composite report is to create a new report, toggle the "Composite Report" boolean field, and then set the different reports in the list below. This task aims at slightly improve the flow by also enabling the user to directly create composite reports from the list view of reports. Users can select desired reports to include in the composite group and initiate an action that generates a new composite report. By default, the newly generated report will include the selected reports as part of the composite group. task-4019381
WhatsApp channel users can now view the members of the current channel. Members linked to WhatsApp partners are grouped separately as WhatsApp Users, with a green WhatsApp status icon for easier identification.
Original PR description
**PURPOSE:** User should be able to see members of the current whatsapp channel. **SPECIFICATIONS:** - Enable the Members List for whatsapp channels. - Display the member related to WhatsApp partner into a separate category `WhatsApp User`. - WhatsApp partner's `im_status` icon should be WhatsApp icon in green color. **Related Community PR:** https://github.com/odoo/odoo/pull/167485 **task**-[3524300](https://www.odoo.com/odoo/my-tasks/3524300?debug=&cids=2)