odoo/addons/share
Denis Ledoux a6eac0f08e [FIX] share: share feature compatibility with Odoo 8.0
Since rev. 1ce0b70a02, ir.ui.menu
was readable for employees and portal users only

Since rev. 74aa7406bf, the navigation menus
were displayed for employees and portal users only.

Therefore, when sharing a record with the share feature, nothing was
displayed when following the link.

This rev. introduces a new group "Shared group", implied for all shared groups
created through the share feature.
Read access to menus is given to this group
The possibility to display the webclient navigation menus as well.
2015-02-06 14:01:59 +01:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-01-26 16:36:51 +01:00
security [FIX] share: share feature compatibility with Odoo 8.0 2015-02-06 14:01:59 +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 [FIX] share: share feature compatibility with Odoo 8.0 2015-02-06 14:01:59 +01:00
__init__.py
__openerp__.py [FIX] share: share feature compatibility with Odoo 8.0 2015-02-06 14:01:59 +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