openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #19297
[Bug 1087332] Re: Don't use the deprecated 'WITH OIDS' option when creating many2many tables
** Changed in: openobject-server
Milestone: None => 7.0
** Changed in: openobject-server
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1087332
Title:
Don't use the deprecated 'WITH OIDS' option when creating many2many
tables
Status in OpenERP Server:
Fix Released
Bug description:
When create a M2M table, the syntax in orm.py is WITH OIDS, as
PostgreSQL documentation said, use WITHOUT OIDS and a add a real
primary key (we have already a primary key)
Regards,
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1087332/+subscriptions
References