Search 1.9 billion lines of Odoo code on GitHub

uber_oauth

Author: Vauxoo
License: AGPL-3
Branch: 11.0
Repository: Vauxoo/odoo-users
Dependencies: auth_oauth, auth_signup, base, and secret_key_auth
Languages: Python (278, 48.6%), XML (241, 42.1%), and reStructuredText (53, 9.3%)
Other branches: 10.0, and saas-15

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <div class="contents topic" id="contents"> <p class="topic-title">Contents</p> <ul class="simple"> <li><a class="reference internal" href="#uber-oauth" id="id1">Uber Oauth</a></li> <li><a class="reference internal" href="#installation" id="id2">Installation</a></li> <li><a class="reference internal" href="#configuration" id="id3">Configuration</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a><ul> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainer" id="id6">Maintainer</a></li> </ul> </li> </ul> </div> <a name="uber-oauth"></a> <h2><a class="toc-backref" href="#id1">Uber Oauth</a></h2> <p>This module adds the following features related with Uber API</p> <ul class="simple"> <li>You can do login using your Driver Uber Account, to extract info from Uber related with your account(Trip, Profile, Payments).</li> <li>You can manage your drivers in a new view generated to manage the trips made by a driver.</li> </ul> <p>To manage the drivers a new menu was created.</p> <img alt="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLQXlxYTVxU3pKaFk" src="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLQXlxYTVxU3pKaFk" /> <p>Inside this new menu you will see a dashboard with your drivers and submenus to check the drivers and their trips.</p> <img alt="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLT1dlel9RRVVvcWM" src="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLT1dlel9RRVVvcWM" /> <p>In the trips view you will have a lot of tools to filter the trips to help to manage the info extracted.</p> <p>In partner view you will have two new buttons. The first one is for extract the information from Uber using the token of the user related to the partner, this button is located in the new page created in partner view to show uber information. The second one is used to redirect you to the Trips related with the current parnter.</p> <img alt="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLZmR1ZlRZU1BVYm8" src="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLZmR1ZlRZU1BVYm8" /> <img alt="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLZ2NuT2tBdVdyVms" src="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLZ2NuT2tBdVdyVms" /> <ul class="simple"> <li>For the new menu you will need to have the following group.</li> </ul> <img alt="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLV0hVVXdtQjdmdlk" src="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLV0hVVXdtQjdmdlk" /> <a name="installation"></a> <h2><a class="toc-backref" href="#id2">Installation</a></h2> <p>To install this module, you need to:</p> <blockquote> <ul class="simple"> <li>Download this module from <a class="reference external" href="https://github.com/Vauxoo/odoo-users">Vauxoo/odoo-users</a></li> <li>Add the repository folder into your odoo addons-path.</li> <li>Go to <code>Settings &gt; Module list</code> search for the current name and click in <code>Install</code> button.</li> </ul> </blockquote> <a name="configuration"></a> <h2><a class="toc-backref" href="#id3">Configuration</a></h2> <p>To Use these features you will need to configure the following things:</p> <ul class="simple"> <li><dl class="first docutils"> <dt>You need to allow external users to signup in General Settings and set a</dt> <dd>template user. The new users will be a copy of this template user set.</dd> </dl> </li> </ul> <img alt="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLSktiOVhrZlZNTlk" src="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLSktiOVhrZlZNTlk" /> <ul class="simple"> <li>You need to configure the uber provider in <code>Settings &gt; Users &gt; OAuth Providers</code> and set it like allowed. The information needed to complete the configuration is given by Uber API (Client Id, Client Secret).</li> </ul> <img alt="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLdmZhdjRyb19WUjQ" src="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLdmZhdjRyb19WUjQ" /> <ul class="simple"> <li>A new system parameter was added. This will contain the redirect uri set in Uber API, This value MUST be the same to the redirect uri set in Uber API.</li> </ul> <img alt="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLaExuR2M2MXFvclE" src="https://drive.google.com/uc?export=view&amp;id=0B2kzKLGF6ZvLaExuR2M2MXFvclE" /> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/Vauxoo/odoo-users/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Jose Morales &lt;<a class="reference external" href="mailto:jose&#64;vauxoo.com">jose&#64;vauxoo.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3><a class="toc-backref" href="#id6">Maintainer</a></h3> <a class="reference external image-reference" href="https://vauxoo.com"><img alt="Vauxoo" src="https://www.vauxoo.com/logo.png" /></a> <p>This module is maintained by Vauxoo.</p> <p>a latinamerican company that provides training, coaching, development and implementation of enterprise management sytems and bases its entire operation strategy in the use of Open Source Software and its main product is odoo.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://www.vauxoo.com">http://www.vauxoo.com</a>.</p>