Contributors mailing list archives
contributors@odoo-community.org
Browse archives
updating module no recreate removed `noupdate="True"` data
by
Pierre Verkest
Hi there,
I'm wondering if there is any good reason for this default behavior from odoo that if I (as a user) remove a record created by a module using `noupdate="True"` this records is re-created by the ORM at the next update ?
Is there some module that changes that behaviour to let the record unlink while there is ir_model_data record without its related record ?
I'm on the way to suggest ir_model_norecreate module in server-bakend repo to change that behaviour.
I would be happy to hear from you, I think it could be a nice feature for next odoo version and maybe with a new tag `norecreate=True`, any thoughts ?
Follow-Ups
-
Re: updating module no recreate removed `noupdate="True"` data
byPierre Verkest -
Re: updating module no recreate removed `noupdate="True"` data
byIván Todorovich -
Re: updating module no recreate removed `noupdate="True"` data
byPierre Verkest