you can add a shipping country filter to the delivery orders page by creating a new custom filter in the "Delivery Orders" view. Here are the general steps to set this up:
Go to the "Inventory" module in Odoo and navigate to the "Delivery Orders" menu.
Select the "Delivery Orders" view and click on the "Edit" button.
In the "View Editor" menu, navigate to the "Filters" section.
In the "Filters" section, you can create a new filter by clicking on the "New" button.
In the "New Filter" menu, you can set the filter's name, such as "Shipping Country" and set the filter's type to "Selection."
In the "Selection" field, you can set the filter's options, such as the different shipping countries that you offer.
In the "Filter" field, you can set the filter's conditions, such as the shipping country of the delivery order.
Save the filter and activate it.
On the delivery order page, you can now filter the delivery orders by shipping country.
Please note that these are general steps and the exact steps may vary depending on the version of Odoo you are using, and also you may need to add the country field in the delivery order model to be able to filter by it.