You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] util: Announce Release Notes after a migration
The goal is to warn users that have just upgraded and get them curious
about the new features.
closes#149
Taskid: 3950689
Signed-off-by: Christophe Simonis (chs) <[email protected]>
<pt-if="int(minor_version) == 0">Want to know more? Check out the full <at-attf-href="https://www.odoo.com/odoo-{{ major_version }}-release-notes">release note</a>.</p>
17
+
<pt-elif="int(minor_version) >= 0">Want to know more? Check out the full <at-attf-href="https://www.odoo.com/odoo-{{ major_version }}-{{ minor_version }}-release-notes">release note</a>.</p>
<h2> Congratulations, you have just upgraded to Odoo <tt-esc="version" /> </h2>
4
+
<p> Here are changes that may impact day to day flows in this new version. </p>
5
+
<pt-if="int(minor_version) == 0">Want to know more? Check out the full functional <at-attf-href="https://www.odoo.com/odoo-{{ major_version }}-release-notes">release note</a>.</p>
6
+
<pt-elif="int(minor_version) >= 0">Want to know more? Check out the full fonctional <at-attf-href="https://www.odoo.com/odoo-{{ major_version }}-{{ minor_version }}-release-notes">release note</a>.</p>
0 commit comments