[IMP] Added description of record and name.

bzr revid: psa@tinyerp.com-20130606111206-01ykdwfohp73uhy2
This commit is contained in:
Paramjit Singh Sahota 2013-06-06 16:42:06 +05:30
parent da775672ea
commit 1e26218dd3
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@
<field name="perm_unlink" eval="False"/>
</record>
<!-- If technical rights then read and write others subscriptions -->
<record id="mail_followers_read_write_others" model="ir.rule">
<field name="name">mail.followers: read and write its own entries</field>
<field name="name">mail.followers: read and write others entries</field>
<field name="model_id" ref="model_mail_followers"/>
<field name="groups" eval="[(4, ref('base.group_no_one'))]"/>
<field name="domain_force">[]</field>