Hi
In Odoo it is possible to have scrap location
You will find in inventory locations a virtual location called Virtual Locations / Scrap
you can use that location
Basically, you need to make sure that :
- Storage locations is activated in inventory app (configuration -> warehouse -> Storage locations) !! remove the filter to see all locations !!

- Then, to put products in scrap location,
- you can navigate to Inventory app - Operations - Scrap
- create scrap orders, where the source location is the product's current location and the scrap location to Virtual Locations/Scrap
- Now you can validate the transfer and the scrapped products will be there
If you have multiple scrap locations, Odoo by default search the first scrap location -> this case might be applied when you do a scrap during reception of a product for example
Therefore, you can use the OCA module Stock Scrap Location Default to define a default scrap location https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_scrap_location_default
However, for now this module is only for version 16 and is not fully migrated to 18
I hope this helps
thank you for the information. What about a location for our test equipment that we don't want to be on hand?