[FIX] model: prevent exporting column ID of non ordinary tables
authorSamus CTO <cto@openerp.com>
Mon, 25 Aug 2014 18:41:51 +0000 (20:41 +0200)
committerCécile Tonglet <cecile.tonglet@gmail.com>
Mon, 25 Aug 2014 12:38:20 +0000 (14:38 +0200)
commitaad19c73600a5f6ccb4b5481ead0309032eec6b6
tree1ddeaacd2fd55afdea5c69d387f4ef11bf8d19b1
parent8b4c7d76553c0a4d04b0e820cf288e9ea08c9538
[FIX] model: prevent exporting column ID of non ordinary tables

This makes no sense and can generate errors if you try to purge
ir.model.data of not existing records.
openerp/models.py