Search 1.9 billion lines of Odoo code on GitHub

project_git

Author: Modoolar
License: LGPL-3
Branch: 12.0
Repository: Tinirau/project
Dependencies: project, project_key, and web_widget_image_url
Languages: HTML (77, 4.3%), Python (835, 46.4%), XML (851, 47.3%), and reStructuredText (37, 2.1%)
Other branches: 11.0
Other repositories: AllenMcAfee/odoo-project-git, AnilKesariya/project, Idealisconsulting/scrummer, MathBenTech/scrummer, MrZ-777/odoo-project-git, TeclibERP/scrummer, VbossEkat/scrummer, aurestic/modoolar-project, darshan-odoo/scrummer, diagramsoftware/modoolar-project, dsasoftware/scrummer, galeote/scrummer, idealisconsultingbe/modoolar-project, igor-mitin/scrummer, isoscl/scrummer, jlzhou/project, mgielissen/scrummer, modoolar/oca-project, modoolar/oca-project-agile, modoolar/project, mohamedhabibchallouf/odoo-project-git, njeudy/project-1, odoofans/project-2, ombaocu/odoo-project-git, phuongtai/project, pnajman-modoolar/project, realsystemsmx/project, sc4you/scrummer, simplifysolutions/project-modoolar, sm2x/project, sufyanel/project, wefor-com-br/modoolar-project, and znc-sistemas/odoo-project-git

<a class="reference external image-reference" href="https://www.gnu.org/licenses/lgpl-3.0.en.html"><img alt="License: LGPL-v3" src="https://www.gnu.org/graphics/lgplv3-147x51.png" /></a> <a name="project-git"></a> <h2>Project Git</h2> <p>This is the base module for integrating Project module with remote Git repositories. This module by itself only implements common logic among different Git repository managers. In order to be able to use Project Git, user must install additional module for each Git repository manager (eg. GitHub, GitLab, BitBucket, etc.)</p> <p>Models introduced:</p> <ul class="simple"> <li>Git Repository</li> <li>Git User (As defined in commit definition)</li> <li>Git Branch</li> <li>Git Commit</li> </ul> <a name="usage"></a> <h3>Usage</h3> <p>Following steps are needed in order to use this module:</p> <ol class="arabic simple"> <li>Install additional module for Git repository manager that you intent to use.</li> <li>Go to Git &gt; Repositories and create new Repository.</li> <li>Choose Project, and Git repository manager.</li> <li>On save, Webhook Uri and Secret will be generated.</li> <li>Setup Webhook in Git repository manager using previously generated Webhook Uri and Secret.</li> <li>On first commit, system will parse payload from webhook, and create Git Users, Branches and Commits, and also populate previously unknown data on Repository model.</li> </ol> <p>You can link commit to one ore more tasks by including task key in commit message.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Sladjan Kantar &lt;<a class="reference external" href="mailto:sladjan.kantar&#64;modoolar.com">sladjan.kantar&#64;modoolar.com</a>&gt;</li> <li>Petar Najman &lt;<a class="reference external" href="mailto:petar.najman&#64;modoolar.com">petar.najman&#64;modoolar.com</a>&gt;</li> <li>Miroslav Nikolić &lt;<a class="reference external" href="mailto:miroslav.nikolic&#64;modoolar.com">miroslav.nikolic&#64;modoolar.com</a>&gt;</li> <li>Aleksandar Gajić &lt;<a class="reference external" href="mailto:aleksandar.gajic&#64;modoolar.com">aleksandar.gajic&#64;modoolar.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://modoolar.com"><img alt="Modoolar" src="https://www.modoolar.com/modoolar/static/modoolar-logo.png" /></a> <p>This module is maintained by Modoolar.</p> <pre> <code>As Odoo Gold partner, our company is specialized in Odoo ERP customization and business solutions development. Beside that, we build cool apps on top of Odoo platform.</code> </pre> <p>To contribute to this module, please visit <a class="reference external" href="https://modoolar.com">https://modoolar.com</a></p>