If a record has an xmlid attribute, I can use the following code to update the data:
<record id="XML_ID" model="MODEL_ID">
<field name="PROPERTY">NEW_VALUE</field>
</record>
But in mail.channel, the record does not have the xmlid, so how do I rename its property in xml?
Thanks!