Accessing debugging options
Odoo.sh provides different features for analysis and debugging purposes. In this recipe, we will explore all of these features and options.
How to do it...
We will be using the same Odoo.sh project for this recipe. Each option will be shown in a different section with a screenshot.
Branch history
You have already seen this feature in previous recipes. The HISTORY tab shows the full history of the branch. You can connect to the builds from here:
Figure 19.12 – The HISTORY tab
In the HISTORY tab, you can see all past actions performed on a selected branch. It will display logs, merges, new commits, and database restores.
Mail catcher
The staging branch uses a copy of your production database, so it has information about your customers. Testing the staging branch can send emails to real customers. This is why emails are only activated on production branches. The staging and development branches do not send...