Git Management
With All Community Apps Dependencies (3 Modules)
Demo video: Git Management
What it does
- Git is a distributed code version control system that uses Git Repositories to store the change history. Each repository contains Branches – which represent specific versions of that repository, forked from the main project. Developers can test changes on these Branches without interfering with other developers’ code.
- By default, developers will have to manually update changes in Git into their Odoo software, which is a waste of time and resources. This module is built to integrate Git with Odoo.
Key Features
- Scan a Git Repository for a list of branches.
- Create respective branches in Odoo.
Note
- This module requires a gitpython library which could be installed by running the command ‘pip install gitpython’.
Known Issues
- Remote Git repository authentication is not supported yet. In the case of a private repository, please use the SSH protocol.
Supported Editions
- Community Edition
- Enterprise Edition