Hi Odooers,
I just created a database and did some testing on it.
I would like to restart with a clean slate.
I would have to erase all the transactions i'd entered.
At the same time, i would like to save/retain the partner and product files and reset all the documents sequence.
Can you give me instructions on how to do it in Odoo 10?
Hope for your kind consideration.
Thank you,
Gain Charlie
OPH
Hi Gain,
You can access the database through pgadmin or psql and delete the related transaction manually using query but you should do it carefully and you need to understand the flow and this method is not a recommended one
Hi Niyas,
I there's a way to get the database schema of Odoo 10?