Search 1.9 billion lines of Odoo code on GitHub

auth_multi

Author: Vauxoo
License: AGPL-3
Branch: 9.0
Repository: Vauxoo/odoo-users
Dependencies: auth_oauth, auth_signup, base, mail, merge_editing, and web
Languages: Python (543, 48.4%), XML (562, 50.0%), and reStructuredText (18, 1.6%)
Other branches: 10.0, 11.0, 8.0, and saas-15

<h1 class="title">Auth Multi Login and Do User Merge Request</h1> <p>This module added new fields in the user model to:</p> <blockquote> <ol class="arabic simple"> <li>Allow do login with multiple gmail accounts.</li> <li>Write log with changes in user groups.</li> <li>Work with the new gmail fields.</li> </ol> </blockquote> <a name="how-to-use"></a> <h2>How to use</h2> <p>1) You need immediately installed the module change the old gmail fields to work with the new fiels that allow do login with multiples gmail account.</p> <dl class="docutils"> <dt>1.1) There is a wizard to execute this change in user view</dt> <dd><img alt="auth_multi/static/src/demo/Users-OpenERP.png" class="first" src="auth_multi/static/src/demo/Users-OpenERP.png" /> <img alt="auth_multi/static/src/demo/Users-OpenERP-action.png" class="last" src="auth_multi/static/src/demo/Users-OpenERP-action.png" /> </dd> </dl> <p>2) Then you can do pre merge proposal from preference user view .. image:: auth_multi/static/src/demo/pre_merge1.png .. image:: auth_multi/static/src/demo/pre_merge2.png .. image:: auth_multi/static/src/demo/pre_merge3.png</p> <p>3) If the users found have the same mail that the main user the merge it will be automatically</p> <p>4) The mail with the merge request has a direct link to apply merge in the system, must be necessary that all user involved allow the merge</p>