Thursday, November 28, 2024
3 changes · saas-17.4
Resolved issues and error corrections
Documents added in a Bill of Materials chatter are no longer incorrectly copied to related products or other Bills of Materials. This restores the previous behavior so attachments stay with the intended BoM, reducing confusion when products have multiple BoMs.
Original PR description
In 85bf63d028ffff3dd7eeda186cc32f9ae7d09a60, the BoM chatter behavious was modified to add the document added there on the product/product template of the BoM. This is not correct as if a product has multiple BoM's, it'll add it to all BoM's and on the product. opw-? -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects an automated website form editor test by removing an unintended extra setting. It helps keep quality checks reliable without changing the website experience for users.
Original PR description
With this PR [1], unfortunately an extra parameter `isCheck` was introduced in the tour. This commit removes that unusual parameter. [1]: https://github.com/odoo/odoo/pull/168474 runbot-107873 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix restores accurate fetching of engagement data for LinkedIn posts in Social Marketing. Users can now see like information on LinkedIn stream posts as expected, improving visibility into campaign performance.
Original PR description
Reproduce --- - -i social - Social Marketing -> Add Stream - Add post -> give it a like on linkedin - BUG: Like information not fetched opw-4190850