Skip to Content
Menu
This question has been flagged
3 Replies
2076 Views

Hi,

Odoo community version 14.

I got the following errors when deleting newly created pricelist

"Validation Error
The operation cannot be completed: another model requires the record being deleted. If possible, archive it instead.
Model: Sales Order (sale.order), Constraint: sale_order_pricelist_id_fkey"

Thanks

Avatar
Discard
Best Answer

Hello ODBWilson

you are trying to delete pricelist which is already used in sale order.so you are not allowed to delete that pricelist.

Try to delete pricelist by archiving sale order which is having this pricelist set.

Hope this will help.

Thanks 

Avatar
Discard

Archiving the sale order does not help, because it will still refer to the pricelist.

Best Answer

There are objects in the database - in this case sale orders - which are refering to this pricelist. Therefore it can not be deleted. You should change or delete the refering objects first.

Avatar
Discard
Author Best Answer

Thanks for your help. Archiving price list would do.  I will try to delete related sale orders later to see.

Thanks!

Avatar
Discard
Related Posts Replies Views Activity
1
Dec 24
822
0
Apr 24
247
1
May 23
1197
1
Nov 22
4776
0
Aug 22
741