I am new to Odoo & have been playing a lot with our staging environment database via the V8 API. (Adding leads, creating customers, delete events). I now have a better grasp on the structure, and I want to restart in my sandbox environment.
Is there an easy way to reset my staging server's database? My current plan was to use the API's unlink() method to destroy all records.. But I am assuming there will be some left over associations that wont be destroyed by the deletion of the object.