details:   https://code.tryton.org/tryton/commit/317e5ff39097
branch:    default
user:      Cédric Krier <[email protected]>
date:      Wed Apr 01 13:04:45 2026 +0200
description:
        Make chat channel readable only by the administrators
diffstat:

 trytond/trytond/ir/chat.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 14cfe28a68c2 -r 317e5ff39097 trytond/trytond/ir/chat.xml
--- a/trytond/trytond/ir/chat.xml       Tue Mar 31 13:26:00 2026 +0200
+++ b/trytond/trytond/ir/chat.xml       Wed Apr 01 13:04:45 2026 +0200
@@ -44,7 +44,7 @@
 
         <record model="ir.model.access" id="access_chat_channel">
             <field name="model">ir.chat.channel</field>
-            <field name="perm_read" eval="True"/>
+            <field name="perm_read" eval="False"/>
             <field name="perm_write" eval="False"/>
             <field name="perm_create" eval="False"/>
             <field name="perm_delete" eval="False"/>

Reply via email to