Skip to content
Snippets Groups Projects
Commit 5c0bfaaf authored by Thomas Groutars's avatar Thomas Groutars Committed by Raphael Collet
Browse files

[IMP] ir_model: enable the creation of transient custom models

Rename the field 'osv_memory' on 'ir.model' into 'transient', and make it a
regular field instead of a computed one.  When instantiating a custom model,
use its value to make transient models.

This commit alone will make your server crash on an existing database.  A small
database migration is needed: simply add a boolean column `transient` (with
default value false) in table `ir_model`.
parent b8527edc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment