Monday, December 30, 2024
2 changes · saas-17.4
Resolved issues and error corrections
Instagram links generated after publishing from Social Marketing no longer point to missing posts or pages. Users are now taken to the connected Instagram account profile instead, avoiding broken redirects when Instagram’s direct post link is unavailable.
Original PR description
Issue: After posting content through Social Marketing on Instagram, the generated link redirects to a non-existent post or page. Steps to Reproduce: 1. Install the Social Marketing tool. 3. Set up an Instagram account connection. 3. Create a post and attempt to click on the generated link for redirection to the post on Instagram. Solution: The issue stems from using Instagram's internal post_id, which does not work for direct URL access to the post. To resolve this, we need to request the permalink associated with the post rather than relying on the internal link. This will ensure accurate redirection. While using the shortcode is an alternative, requesting the permalink directly is a more reliable approach. opw-4243329
This fixes Belgian point-of-sale payments so the fiscal blackbox is contacted when an order is paid, even if that order was already synchronized. This ensures the required signature is issued reliably and helps avoid compliance issues at checkout.
Original PR description
Since this commit https://github.com/odoo/enterprise/commit/bd52a436a2e94aea53a3cf4cc07a39896f4ff967 if the order was already synchronized, the call to the blackbox was skipped. This is not the expected behavior, the blackbox should be called when paying an order, even if it was already synchronized so that the signature is given.