Daily updates from Odoo
Friday, December 6, 2019
2 changes
New functionality added to Odoo
Website editors can now add charts directly to pages using a new Chart snippet. This makes it easier to present business data visually with common chart formats such as bar, line, pie, doughnut, and radar charts.
Original PR description
Introducing a new snippet called Chart. This snippet uses the lib https://www.chartjs.org/ 6 types of graph are possible: Bar vertical Bar horizontal Line Pie Doughnut Radar -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website editors can now add a customizable countdown block to pages for launches, promotions, and events. The block supports different display styles and end-of-countdown actions such as showing a message or redirecting visitors.
Original PR description
This commit introduces a new snippet: Countdown. The countdown snippet is composed of 4 circle countdown, one for every time unit: seconds, minutes, hours and days. On countdown ends, 3 possible…
This commit introduces a new snippet: Countdown. The countdown snippet is composed of 4 circle countdown, one for every time unit: seconds, minutes, hours and days. On countdown ends, 3 possible actions: 1. Nothing 2. Show message: show a message once the countdown ends. The message will be displayed bellow the countdown (stopped on 0). The message can be edited through the website builder. 3. Redirect: redirect the user to the chosen URL. If the user is on the page at the exact moment the countdown reach 0, the user will be redirected automatically. If the user lands on the page after the countdown has reached 0, there will be no redirection and the link will be shown bellow the countdown (stopped on 0). The countdown layout can be customized in multiple ways: 1. By choosing to hide some time units. For instance, seconds can be hidden or only days shown. 2. By changing its design (plain background, thin circle etc). 3. By changing its size between small/medium/large. task-2093081