I try to unchecked by default the list of suggested recipient in thread mail.
I've created a .xml file like this:
<templates>
<t t-extend="mail.thread.list_recipients">
<t t-jquery="oe_recipients label input" t-operation="replace">
<input type="checkbox" t-att-checked="recipient.checked ? '' : undefined" t-att-data="recipient.email_address"/>
</t>
</t>
</templates>
and I set 'qweb': ['static/src/xml/juliana.xml'], in __openerp__.py file of my custom module. But I see no change.
I tried to changed in original source code of addon/mail/static/src/mail/mail.xml line 146 but after reloading the server I see no change, again.
I have 3 questions:
- Does my inheritance is well formed?
- Have I something else to do to OperERP Server read my template?
- What have I to do to make change appear?
Where I can see this view?
this is the check box that appear when you want to send a message to the followers of an object.
I didn't get it where it is. So can you please post the screenshot if possible?