I'm having an issue deleting a website within odoo.
I have changed the website.default_website so that the record ID is referencing the new website, however when I attempt to delete the original website, it returns an error:
Validation Error
The operation cannot be completed: Another model requires the record being deleted, if possible, archive it instead.
Model: 'Pricelist' (product.pricelist)
Foreign key: 'Website' (website_id)
I don't have an archive option in the actions menu
Is someone able to assist with this issue?
(As I have only just started on my odoo journey and am not transacting within it yet, i'm not against starting a whole new database, if I need to)