Browse Source

Hide Notifications user

pull/183/head
Ivan Yelizariev 9 years ago
committed by Ivan Yelizariev
parent
commit
97a2fb53a5
  1. 2
      im_notif/__openerp__.py
  2. 9
      im_notif/doc/changelog.rst
  3. 2
      im_notif/im_notif_data.xml

2
im_notif/__openerp__.py

@ -1,6 +1,6 @@
{
'name' : 'IM Notifications',
'version' : '1.0.0',
'version': '1.0.1',
'author' : 'Ivan Yelizariev',
'category' : 'Tools',
'website' : 'https://yelizariev.github.io',

9
im_notif/doc/changelog.rst

@ -0,0 +1,9 @@
.. _changelog:
Changelog
=========
`1.0.1`
-------
- Hide Notifications user

2
im_notif/im_notif_data.xml

@ -13,7 +13,7 @@
<field name="groups_id" eval="[(6,0,[ref('base.group_user')])]"/>
<!--<field name="image" type="base64" file="base/static/img/public_user-image.png"/>-->
<field name="partner_id" ref="notif_partner"/>
<field name="active" eval="True"/>
<field name="active" eval="False"/>
</record>
</data>
</openerp>
Loading…
Cancel
Save