Monday, January 17, 2022
2 changes · master
New functionality added to Odoo
Website editors can now add and manage a dedicated social media block for links to company and custom social profiles. Headers and footers use this improved block, making social links easier to update while keeping standard company social URLs available by default.
Original PR description
The purpose of this PR is to: 1) Have a new building block to have links to social networks. 2) Modify the header and footer template to use this new snippet. The new social media block shares all the options of the block share. In addition, it offers an option to edit and move social networks whose URL is stored in the DB (social_facebook, social_*), as well as to create, delete, edit and move custom social networks (which are not stored in the DB). This new option takes the form of a we-list. By default the social networks present in the DB are available. Task-2687447 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change adds product tags that can group products across categories, ranges, seasons, or themes. Businesses can use these tags to apply shared website ribbons, promotions, coupons, and dynamic product snippets more easily across selected products or variants.
Original PR description
This PR adds the product tag model. - This model allows users to easily add ribbon on every products using this tag. - This model allows to define dynamic snippets. task-2675384 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr