Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1425 Widoki

I am using odoo v15.0, I want to hide the messaging declaring the changes in the form but still showing the log note to let the user use it as a reference.
I need a help as I tried but both are hidden rarther than the messages only.

Awatar
Odrzuć

I used the this code it's working for me try it hope it will work for you also.

<record id="bom_data_form_view_inh_chatter" model="ir.ui.view">
<field name="name">bom.data.inherit.form</field>
<field name="model">bom.data</field>
<field name="inherit_id" ref="desktop_products.view_bom_data_form"/>
<field name="arch" type="xml">
<xpath expr="//sheet" position="after">
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field name="activity_ids" widget="mail_activity"/>
<field name="message_ids" widget="mail_thread"/>
</div>
</xpath>
</field>
<field name="groups_id" eval="[(6, 0, [ref('desktop_products.group_administrator')])]"/>
</record>

Enhance your Odoo mail chatter experience by dynamically controlling the visibility of key buttons based on user preferences.
With this app, administrators can configure visibility settings for the most commonly used buttons in the chatter interface, such as "Send Message", "Log Note", "Activities", and more. Tailor the interface to individual users or specific models, ensuring a streamlined, role-based user experience.
https://apps.odoo.com/apps/modules/16.0/mh_hide_chatter_view_buttons

Powiązane posty Odpowiedzi Widoki Czynność
1
lut 25
1606
2
gru 24
2590
0
lis 24
2415
3
maj 24
4829
1
kwi 24
1408