diff --git a/extensions/odoo_theme/layout_templates/changelog.html b/extensions/odoo_theme/layout_templates/changelog.html new file mode 100644 index 000000000..6acdc4b66 --- /dev/null +++ b/extensions/odoo_theme/layout_templates/changelog.html @@ -0,0 +1,30 @@ +
+

Changelog

+ {# For each changelog display a row #} +
+
+

Apr 14, 2021

+
+
+

Addition of this article and this one

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vehicula nibh in malesuada suscipit. Nulla est neque, euismod sed facilisis vel, mollis et sapien.

+
+ New Article + Administration +
+
+
+
+
+

Apr 03, 2021

+
+
+

Update of this article and also the one after

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vehicula nibh in malesuada suscipit. Nulla est neque, euismod sed facilisis vel, mollis et sapien.

+
+ Update + Administration +
+
+
+
\ No newline at end of file diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 8c14be57d..edc93983f 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -452,6 +452,11 @@ header.o_main_header{ } } } + .o_changelog { + .row:last-of-type > .border-bottom { + border: none !important; + } + } } // "in between" pages (Applications / Contributing)