Wednesday, August 5, 2020
8 changes
Enhancements to existing features
Marketing automation emails now keep special browser view links unchanged instead of converting them like regular links. This helps ensure recipient-specific email viewing links continue to work correctly.
Original PR description
Link /browser_view has been added in blacklist since it should not be converted. Task ID: 2239327
Miscellaneous changes
Forward-Port-Of: odoo/enterprise#12177 Forward-Port-Of: odoo/enterprise#12168
Original PR description
Forward-Port-Of: odoo/enterprise#12177 Forward-Port-Of: odoo/enterprise#12168
ir.qweb.render() was renamed ir.qweb._render() in 13.4 This report was added in 13.0 and auto fwd ported. The method rename was omitted. Forward-Port-Of: odoo/enterprise#12219
Original PR description
ir.qweb.render() was renamed ir.qweb._render() in 13.4 This report was added in 13.0 and auto fwd ported. The method rename was omitted. Forward-Port-Of: odoo/enterprise#12219
Currently, When the sample data template is deleted and when user click on "start with our sample template" button will produce the traceback. So in this commit, Hide the helper button when sample data template is deleted. TaskID: 2300897 Closes: #12098 Forward-Port-Of: odoo/enterprise#12098
Original PR description
Currently, When the sample data template is deleted and when user click on "start with our sample template" button will produce the traceback. So in this commit, Hide the helper button when sample data template is deleted. TaskID: 2300897 Closes: #12098 Forward-Port-Of: odoo/enterprise#12098
This commit contains two fixes * enable multi mode on convert_links (see related community PR); * do the followup of aaefa35e29f7e87e8e914cf1d9eb68af7d26464a. Indeed convert_links methods on link tracker is deprecated and is now replaced by a call on _shorten_links available on mailing model. In master we plan to clean all that code soon. In this commit we simply fix that code event if is it not used a lot anymore. Forward-Port-Of: odoo/enterprise#12212
Original PR description
This commit contains two fixes
* enable multi mode on convert_links (see related community PR);
* do the followup of aaefa35e29f7e87e8e914cf1d9eb68af7d26464a. Indeed convert_links methods on
link tracker is deprecated and is now replaced by a call on _shorten_links
available on mailing model.
In master we plan to clean all that code soon. In this commit we simply fix
that code event if is it not used a lot anymore.
Forward-Port-Of: odoo/enterprise#12212The public transport reimboursed amount was changed in PR #12045 but the test was not adapted. Forward-Port-Of: odoo/enterprise#12172
Original PR description
The public transport reimboursed amount was changed in PR #12045 but the test was not adapted. Forward-Port-Of: odoo/enterprise#12172
Before when clicking on the button to see the appointments already scheduled, the user was not redirected to the calendar view of the appointment type selected. Now, the appointment type is taken into account when clicking on the button. task-2285901 Forward-Port-Of: odoo/enterprise#11650
Original PR description
Before when clicking on the button to see the appointments already scheduled, the user was not redirected to the calendar view of the appointment type selected. Now, the appointment type is taken into account when clicking on the button. task-2285901 Forward-Port-Of: odoo/enterprise#11650
RATIONALE Events are sometimes held online, gathering a community. In this merge we improve Event application to better support full-online events with improved tracks, wishlists, chat rooms, ... PURPOSE In this merge, we add several features allowing to improve event experience in your website, especially when dealing with fully online events. Those features are added in several new modules : * website_event_social: schedule push notifications on attendees; * website_event
Original PR description
RATIONALE Events are sometimes held online, gathering a community. In this merge we improve Event application to better support full-online events with improved tracks, wishlists, chat rooms, ...…
RATIONALE
Events are sometimes held online, gathering a community. In this merge we
improve Event application to better support full-online events with improved
tracks, wishlists, chat rooms, ...
PURPOSE
In this merge, we add several features allowing to improve event experience
in your website, especially when dealing with fully online events. Those
features are added in several new modules :
* website_event_social: schedule push notifications on attendees;
* website_event_track_social: send reminder push notification to track
attendees, support track wishlist and blacklist when sending push
notifications;
* website_event_twitter_wall: configure and integrate a twitter wall
directly into your event frontend;
See sub commits for more details about functional flows and business cases
involved.
THANKS TO MIGHTY SM
This merge is a joint work of members of SM Team, namely @awa-odoo @dbeguin
and @tde-banana-odoo for the global followup of the project. Additional workforce
came from @qmo-odoo and @std-odoo , with inputs from @edi-odoo (design)
and @pparidans (PWA). This project was followed by @LNAodoo for specifications.
LINKS
Task ID-2252655 (Main Online Event task)
Task ID-2283796 (Event B2Basics / Registration Flow)
Task ID-2299857 (Event Design Review)
Task ID-2284043 (Visitor-based track wishlist)
Task ID-2283869 (Notify attendees by push)
Task ID-2283738 (Sponsors -> Exhibitors upgrade)
Task ID-2283735 (Talks -> Session upgrade)
Task ID-2283729 (Live/Youtube Tracks)
Task ID-2283771 (Quizzes on Talks, Leaderboard)
Task ID-2283742 (Community gathering on chat rooms)
Task ID-2291344 (Integrate Twitter Wall)
Community PR odoo/odoo#53540
Enterprise PR odoo/enterprise#11384
PS: New Event Yaaay !
Forward-Port-Of: odoo/enterprise#12165
Forward-Port-Of: odoo/enterprise#11384