fix: detect odoo chatter updates

This commit is contained in:
2026-07-24 10:43:02 +02:00
parent b10b82a141
commit e666571023
6 changed files with 177 additions and 25 deletions
+2
View File
@@ -10,6 +10,8 @@ model = helpdesk.ticket
fields = id,name,stage_id,partner_id,user_id,write_date
limit = 0
order = id asc
track_chatter = true
chatter_model = mail.message
[http]
timeout = 30