base_force_record_noupdate
This module allows manually forcing the noupdate flag to True on data records linked to specific models.
Key Features
- ir.model: Adds a boolean field to enable forcing noupdate on associated data records.
- ir.model: Propagates noupdate=True to existing data records when the force field is activated.
- ir.model.data: Automatically sets noupdate=True for new data records created for models with the force field enabled.
- ir.model: Provides an action to toggle the force noupdate setting on models.
- data management: Sets force noupdate by default on system models like res.lang and ir.rule during installation.