- Odoo 11 Development Cookbook(Second Edition)
- Holger Brunn Alexandre Fayolle
- 79字
- 2021-06-25 22:48:31
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.