Ivan Yelizariev
10 years ago
committed by
Ildar Nasyrov
No known key found for this signature in database
GPG Key ID: D1FDACDF9B83578
3 changed files with
11 additions and
2 deletions
-
im_notif/__openerp__.py
-
im_notif/doc/changelog.rst
-
im_notif/im_notif_data.xml
|
|
@ -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', |
|
|
|
|
|
@ -0,0 +1,9 @@ |
|
|
|
.. _changelog: |
|
|
|
|
|
|
|
Changelog |
|
|
|
========= |
|
|
|
|
|
|
|
`1.0.1` |
|
|
|
------- |
|
|
|
|
|
|
|
- Hide Notifications user |
|
|
@ -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> |