odoo/addons/share
Christophe Simonis 98c1a82e68 [FIX] mail, share: correct module update.
a6eac0f08e introduced a new `res.groups`
belonging to the "Sharing" category.
As this group has the flag `shared`, it is ignore when generating the
group's user view (and its virtual fields).

When updating `mail` module, the `share` module (which depend on mail)
is not loaded yet. This mean this new group is taken into account when
getting the `res.users` virtual fields.
As this group belong to the same category as the `share.group_share_user`
group but dont have an inheritance link between them (`implied_ids`),
they are generated as `boolean` instead of a single entry `selection`
field. This create a missmatch between the fields and the previously
generated view, which forbid inheritance application.

Force view regeneration, to avoid it.

Also change the group's category as this group is purely technical and
must be hidden anyway.
2015-03-17 19:29:54 +01:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-02-18 11:51:07 +01:00
security [FIX] mail, share: correct module update. 2015-03-17 19:29:54 +01:00
static/src [MERGE] OPW 586534: share: proper context passing when opening Share wizard, so action labels are translated too 2013-06-06 19:31:58 +02:00
views [FIX] share: share feature compatibility with Odoo 8.0 2015-02-06 14:01:59 +01:00
wizard [MERGE] forward port of branch saas-3 up to f92b2f8 2015-02-06 14:19:30 +01:00
__init__.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
__openerp__.py [FIX] share: create group before creating a model access with this group 2015-02-06 14:12:18 +01:00
ir_model.py Take into account the new 'active' field on ir.model.access. 2012-07-13 19:38:35 +02:00
res_users.py [FIX] share: reduce risk of slowdowns during res.groups changes 2014-07-23 23:32:13 +02:00
res_users_view.xml [IMP] portal, share: improve search filters on groups 2012-09-18 14:10:15 +02:00
share_data.xml [REF] *: share field is now a computed field, if the user is in the employee group or not 2014-03-24 15:35:58 +01:00
share_demo.xml [IMP]: Moved reference of demo user from *_security.xml to demo file 2010-11-19 15:55:25 +05:30