server-tools
server-tools copied to clipboard
[16.0][ADD] base_force_record_noupdate
Alex explained me that this has to work cross company. If that's the case I would recommend to add a flag to the ir.model and trash the complexity completely as you'll be able to simply do self.env["ir.model"]._get(model).force_nupdate or smth similar.
You can also do a single select for all involved models and cache it.
If you want to keep the param I would simply:
- trash the settings override (it's a very technical conf, no need for editing settings)
- hook to set_param to reflect the change on existing records
superseeded by https://github.com/OCA/server-tools/pull/2946