Share any Document

share
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/share
VERSION
VERSION 2.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Atul Patel (OpenERP), Odoo Translation Bot, Christophe Matthieu, Martin Trigaux, Foram Katharotiya (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Nimesh (Open ERP), Denis Ledoux, Fabien Meghazi, ggh-openerp, Christophe Simonis, Xavier Morel, Amit Bhavsar (Open ERP), Richard Mathot, jke-openerp, Aaron Bohy, Odoo Online
WEBSITE
WEBSITEhttps://www.odoo.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - mail
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds generic sharing tools to your current OpenERP database.
========================================================================

It specifically adds a 'share' button that is available in the Web client to
share any kind of OpenERP data with colleagues, customers, friends.

The system will work by creating new users and groups on the fly, and by
combining the appropriate access rights and ir.rules to ensure that the shared
users only have access to the data that has been shared with them.

This is extremely useful for collaborative work, knowledge sharing,
synchronization with other companies.
    

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
assets_backend share assets ir.ui.view qweb Inherits web.assets_backend
res_groups_search_sharing res.groups.search.share res.groups field Inherits base.view_groups_search
res_users_search_sharing res.users.search.share res.users xpath Inherits base.view_users_search
share_step0_form share.step0.form share.wizard form New
share_step1_form share.step1.form share.wizard form New
share_step2_form share.step2.form share.wizard form New
view_groups_form_share res.groups.form res.groups field Inherits base.view_groups_form
webclient_bootstrap Webclient Bootstrap - Share ir.ui.view qweb Inherits web.webclient_bootstrap
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • group_names_with_access(self, cr, model_name, access_mode)
    Returns the names of visible groups which have been granted ``access_mode`` on the model ``model_name``. :rtype: list

New fields (0)

No new fields.

Public methods (11)
  • create(self, cr, uid, values, context=None)
  • go_step_1(self, cr, uid, ids, context=None)
  • go_step_2(self, cr, uid, ids, context=None)
  • has_email(self, cr, uid, context=None)
  • has_group(self, cr, uid, module, group_xml_id, context=None)
    Returns True if current user is a member of the group identified by the module, group_xml_id pair.
  • has_share(self, cr, uid, unused_param, context=None)
  • onchange_embed_options(self, cr, uid, ids, opt_title, opt_search, context=None)
  • send_emails(self, cr, uid, wizard_data, context=None)
  • send_invite_email(self, cr, uid, wizard_data, context=None)
  • send_invite_note(self, cr, uid, model_name, res_id, wizard_data, context=None)
  • share_url_template(self, cr, uid, _ids, context=None)
    @api.cr_uid_ids_context
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/share
VERSION
VERSION 2.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Twinkle Christian (OpenERP), Cecile Tonglet, Stephane Wirtel, Odoo Translation Bot, Turkesh Patel (Open ERP), Christophe Matthieu, Antonin Bourguignon, Martin Trigaux, Ajay Chauhan (OpenERP), Purnendu Singh (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Twinkle (OpenERP), Divyesh Makwana (Open ERP), Thibault Delavallée, Vo Minh Thu, Hardik, pso (OpenERP), Sbh (Openerp), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Quentin (OpenERP), Kuldeep Joshi (OpenERP), Denis Ledoux, Mayur Maheshwari (OpenERP), Jigar Amin - OpenERP, Alexis de Lattre, Fabien Meghazi, niv-openerp, ggh-openerp, Christophe Simonis, Xavier Morel, Jiten (OpenERP), Mohammed Shekha, Bhumi Thakkar (Open ERP), Cedric Snauwaert, Chris Biersbach, Vidhin Mehta (OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - mail
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds generic sharing tools to your current OpenERP database.
========================================================================

It specifically adds a 'share' button that is available in the Web client to
share any kind of OpenERP data with colleagues, customers, friends.

The system will work by creating new users and groups on the fly, and by
combining the appropriate access rights and ir.rules to ensure that the shared
users only have access to the data that has been shared with them.

This is extremely useful for collaborative work, knowledge sharing,
synchronization with other companies.
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_groups_search_sharing res.groups.search.share res.groups field Inherits base.view_groups_search
res_users_search_sharing res.users.search.share res.users xpath Inherits base.view_users_search
share_step0_form share.step0.form share.wizard form New
share_step1_form share.step1.form share.wizard form New
share_step2_form share.step2.form share.wizard form New
view_groups_form_share res.groups.form res.groups field Inherits base.view_groups_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • group_names_with_access(self, cr, model_name, access_mode)
    Returns the names of visible groups which have been granted ``access_mode`` on the model ``model_name``. :rtype: list

New fields (0)

No new fields.

Public methods (11)
  • create(self, cr, uid, values, context=None)
  • go_step_1(self, cr, uid, ids, context=None)
  • go_step_2(self, cr, uid, ids, context=None)
  • has_email(self, cr, uid, context=None)
  • has_group(self, cr, uid, module, group_xml_id, context=None)
    Returns True if current user is a member of the group identified by the module, group_xml_id pair.
  • has_share(self, cr, uid, unused_param, context=None)
  • onchange_embed_options(self, cr, uid, ids, opt_title, opt_search, context=None)
  • send_emails(self, cr, uid, wizard_data, context=None)
  • send_invite_email(self, cr, uid, wizard_data, context=None)
  • send_invite_note(self, cr, uid, model_name, res_id, wizard_data, context=None)
  • share_url_template(self, cr, uid, _ids, context=None)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/share
VERSION
VERSION 2.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Rucha (Open ERP), Stephane Wirtel, Numerigraphe - Lionel Sausin, Harry (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Nimesh (Open ERP), vro, niv-openerp, Xavier ALT, Christophe Simonis, Xavier Morel, Carlos Vásquez, ksa (Open ERP), Els Van Vossel, Israel Fermin Montilla, Rifakat Haradwala (Open ERP), Hardik Ansodariy (OpenERP), Yogesh (OpenERP), Kirti Savalia (OpenERP), YSA (Openerp), vda (Open ERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - mail
    - base_tools
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds generic sharing tools to your current OpenERP database.
========================================================================

It specifically adds a 'share' button that is available in the Web client to
share any kind of OpenERP data with colleagues, customers, friends, etc.

The system will work by creating new users and groups on the fly, and by
combining the appropriate access rights and ir.rules to ensure that the
shared users only have access to the data that has been shared with them.

This is extremely useful for collaborative work, knowledge sharing,
synchronization with other companies, etc.

    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
res_groups_search_sharing res.groups.search.share res.groups search New
res_users_search_sharing res.users.search.share res.users xpath Inherits base.view_users_search
share_step0_form share.step0.form share.wizard form New
share_step1_form share.step1.form share.wizard form New
share_step2_form share.step2.form share.wizard form New
view_groups_form res.groups.form res.groups field Inherits base.view_groups_form
view_groups_form_share res.groups.form res.groups xpath Inherits base.view_groups_form
Models touched (0)

No models found for this module.