odoo/addons/share
Denis Ledoux 55fb3f6ff2 [FIX] share: do not add new rules for `res.company`
When trying to share a partner through the share feature,
a new record rule was added on `res.company`,
allowing the access to this model only if
the `partner_id` of the `res.company` was equal
to the user `partner_id`.
Except that the share users must have access
to the company he is currently in.

opw-634402
2015-05-12 11:33:43 +02:00
..
i18n [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02: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 [FIX] share: do not add new rules for `res.company` 2015-05-12 11:33:43 +02: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