Browse Source

Sep 10: [FIX] Bug Fixed 'advanced_chatter_view'

pull/331/head
Cybrosys Technologies 8 months ago
parent
commit
ee444cbbf9
  1. 5
      advanced_chatter_view/doc/RELEASE_NOTES.md
  2. 5
      advanced_chatter_view/static/src/css/chatter_topbar.css
  3. 2
      advanced_chatter_view/static/src/xml/chatter.xml

5
advanced_chatter_view/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 17.0.1.0.1
#### ADD
- Initial commit for Advanced Chatter View
#### 09.09.2024
#### Version 17.0.1.0.2
#### UPDT
- Style Added into xml file

5
advanced_chatter_view/static/src/css/chatter_topbar.css

@ -40,7 +40,7 @@
display: grid;
justify-content: center;
padding-bottom: 80px;
margin-bottom: -81px;
margin-bottom: 100%;
margin-top: 70px;
}
@ -64,6 +64,7 @@
.o-mail-Form-chatter:not(.o-aside):not(.o-full-width) .o_ChatterContainer {
display: flex;
margin-top: 22px;
margin-bottom: 100%
padding-bottom: initial;
}
@ -97,4 +98,4 @@
.o_form_view .o_form_renderer {
position: relative;
}
}

2
advanced_chatter_view/static/src/xml/chatter.xml

@ -5,7 +5,7 @@
t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o-mail-Chatter')]" position="replace">
<div t-if="state.thread"
class="position-relative flex-grow-1 flex-column d-flex w-100 bg-view"
class="position-relative flex-grow-1 flex-column d-flex w-100 bg-view h-100 "
t-attf-class="{{ className }}" t-ref="main_root">
<div class="o_ChatterContainer"
t-att-class="{ 'o-isInFormSheetBg mx-auto': props.isInFormSheetBg }"

Loading…
Cancel
Save