Odoo 11 Development Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Applying and trying proposed pull requests

In the GitHub world, a Pull Request (PR) is a request made by a developer for the maintainers of a project to include some new developments. Such a PR may contain a bug fix or a new feature. These requests are reviewed and tested before being pulled in the main branch.

This recipe explains how to apply a PR to your Odoo project in order to test an improvement or a bug fix.