[IMP] share: better way to restrict the feature to the technical group.
authorBhavik Bagdiya <bba@openerp.com>
Wed, 10 Sep 2014 12:52:04 +0000 (18:22 +0530)
committerThibault Delavallée <tde@openerp.com>
Fri, 12 Sep 2014 14:38:08 +0000 (16:38 +0200)
commite924aec93c2585f7bbf5f32c941f78a9d51e0e54
tree32dff39cca997583e4331929391c89a9067bf600
parent037019f755de51d6202c9e47703f38ca34168afc
[IMP] share: better way to restrict the feature to the technical group.

Reverted commit 57a12121057df9fee039a54f5b947c0e8a917fe9 that introduced an unnecessary
call to has_group, as it could be done un share_wizard.py once for the session.

Removed the group_share_user, not necessary anymore.
addons/share/__openerp__.py
addons/share/security/share_security.xml
addons/share/share_data.xml [deleted file]
addons/share/share_demo.xml [deleted file]
addons/share/static/src/js/share.js
addons/share/wizard/share_wizard.py