This question has been flagged
2 Replies
4150 Views

 

 

Avatar
Discard
Author Best Answer

class in_memory_table(osv.osv_memory):

ie, If you mean just a wizard table then osv.TransientModel or osv.osv_memory creates a table in the database but is "supposed" to have rows regularly removed.

Avatar
Discard
Best Answer

class in_memory_table(osv.osv_memory):

ie, If you mean just a wizard table then osv.TransientModel or osv.osv_memory creates a table in the database but is "supposed" to have rows regularly removed.

Avatar
Discard