<?xml version="1.0" encoding="UTF-8" ?>

<templates xml:space="preserve">

    <div t-name="project_todo.TodoChatterPanel" t-ref="root">
        <chatter t-if="state.displayChatter" class="o_FormRenderer_chatterContainer">
            <Chatter
                threadModel="'project.task'"
                threadId="props.record.resId"
                record="props.record"
                hasParentReloadOnAttachmentsChanged="true"
                hasParentReloadOnFollowersUpdate="true"
                hasParentReloadOnMessagePosted="true"
                saveRecord="props.record.save.bind(props.record, { reload: false })"
            />
        </chatter>
    </div>

</templates>
