Tuesday, November 9, 2021
2 changes · master
New functionality added to Odoo
Odoo Mail now supports rich previews for shared links using oEmbed, making messages more visual and informative. It also improves link detection for URLs containing accented or international characters, so more shared content is recognized correctly.
Original PR description
oEmbed (https://oembed.com) is a format for allowing an embedded representation of a URL on third party sites like Odoo. task-2365881
A ready-to-use "Access Course" product is added when online course sales are enabled, helping businesses start selling paid courses faster. Course products now have a dedicated type and show customers which courses they will receive access to in the cart and sales orders.
Original PR description
Purpose ======= This commit adds a default product called "Access Course" to the database when you have the `website_sale_slides` installed. This commit also starts the transition for courses…
Purpose ======= This commit adds a default product called "Access Course" to the database when you have the `website_sale_slides` installed. This commit also starts the transition for courses products into `event ticket`-like products Specifications ============== This product is already created in order to help the users start to sell their courses. We also added a new type of product named `Courses`. This will be used to create courses and easily work with courses products. The commit adds the list of all the courses that the will gain access to when he will buy the product inside of the cart and in the right column whe it appears. It also adds the same list when the product is inserted into a sales order. The commit adds the choice of enroll policies in the front-end when `website_sales_slides` is installed and of the corresponding product if we are creating a paid course. task-2636092 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr