Skip to Content
Menu
This question has been flagged
2 Replies
5269 Views

Good morning!.


I've recently installed and then uninstalled this module https://www.odoo.com/apps/modules/8.0/product_sequence/

Even after removing it, the constraint NOT NULL over Contact Reference doesn't disappear.

I've entered psql, but I doubt where do I need to remove the constraint and how.


Would be something like this?:

ALTER TABLE product_product DROP CONSTRAINT ref;


Thank you!

Avatar
Discard
Author

Anyone knows?

Author Best Answer

This is the expression:


ALTER TABLE product_product ALTER COLUMN default_code DROP NOT NULL;

Avatar
Discard
Related Posts Replies Views Activity
3
Sep 17
7694
14
Jun 24
113909
8
Jul 17
8669
0
Apr 19
3318
1
Oct 17
17918