Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 08:42:57
Authors
Odoo Community Association (OCA), Camtocamp
Maintainers
Odoo Community Association (OCA), Camtocamp
Committers
OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a boolean field on models form view, allowing to force
`noupdate=True` to data linked to those models.

Upon setting the field to `True` on a given model, `noupdate=True` will
be set upon existing data linked to it. When creating new data linked to
that model, they will always have `noupdate=True` (unless the field is
reset on the model itself).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
base_view_model_form_inherit ir.model form Inherits base.view_model_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • force_noupdate Boolean
    args: 'Force No-Update'
Public methods (4)
  • create(self, vals_list)
    @api.model_create_multi
  • toggle_force_noupdate(self)
  • unlink(self)
  • write(self, vals)

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
no CI data
Open since
818 days ago
Last activity
457 days ago
Repository
OCA/server-tools
Pull request
[13.0][MIG] base_force_record_noupdate: Backport to 13.0 (#2954)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
818 days ago
Last activity
4 days ago
Repository
OCA/server-tools
Pull request
[15.0][MIG] base_force_record_noupdate: Backport to 15.0 (#2952)
Status
Open migration PR — not merged yet for this version
CI status
checks running
Open since
332 days ago
Last activity
128 days ago
Repository
OCA/server-tools
Pull request
[19.0][MIG] base_force_record_noupdate: Migration to 19.0 (#3380)