| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/8.0/share |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael 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 | |
| WEBSITE | https://www.odoo.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:45:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)group_names_with_access(self, cr, model_name, access_mode)
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)
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 | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/7.0/share |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael 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 | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:43:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)group_names_with_access(self, cr, model_name, access_mode)
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)
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 | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/6.1/share |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael 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 | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:41:35 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No models found for this module.