Skip to Content
Menu

Web: Disable Auto Edit

by
Odoo

10.04

v 18.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 282
Technical Name web_disable_auto_edit
LicenseLGPL-3
Websitehttps://odoo.tapray.com
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 282
Technical Name web_disable_auto_edit
LicenseLGPL-3
Websitehttps://odoo.tapray.com

Web: Disable Auto Edit

Open form views in read-only by default; require explicit Edit to modify.

Odoo 18.0 Community & Enterprise Web / Client-side LGPL-3

What it does

  • Existing records open in read-only (no auto-edit on open).
  • Users click Edit to switch to edit mode.
  • Create flows remain unchanged (new records open in edit mode).
  • Lightweight UX tweak; no server-side overrides.

Safety & permissions

This module changes only the initial UI mode and fully respects Odoo security:

  • Access rights (ir.model.access) and Record Rules.
  • Field groups, readonly/invisible modifiers, and attrs.
  • Server-side ORM constraints and validations.
  • No change to business logic or data integrity.

Coverage across common form contexts

  • Standard form views opened from tree/kanban/calendar/etc.
  • Popup form dialogs (target="new"), wizards.
  • many2one “Create and Edit…” dialogs & one2many form popups.
  • Deep links and breadcrumbs from any application (CRM, Sales, Inventory, Accounting…).
  • Responsive/mobile layouts.

Screenshots

Form opens read-only
Default read-only on open
Edit mode after clicking Edit
Edit mode after clicking Edit

Compatibility

Version Edition Status
18.0 Community & Enterprise Supported

List/tree inline editing is not altered. Wizards keep native validation flows.

Installation

  1. Copy the module to your addons path (web_disable_auto_edit).
  2. Apps → Update Apps List → search “Disable Auto Edit” → Install.

Configuration: none — active globally after installation.

Known interactions

  • Modules or custom JS that force edit mode on open may override this behavior.
  • Creation flows intentionally remain unchanged.

Support

Email: contact@tapray.com

Website: https://odoo.tapray.com

Independent work; not affiliated with or endorsed by Odoo S.A.

Changelog

  • v1.0.0 — 2025-08-12: Initial release for Odoo 18.0.

License

Distributed under the LGPL-3 license.

中文简介

全面覆盖表单场景:标准 Form、弹窗对话框target="new)、向导、many2one“创建并编辑…”、one2many 弹窗等均默认以只读模式打开;点击“编辑”后进入编辑。

严格尊重 Odoo 权限体系:不绕过 ACL、Record Rules、字段分组与只读/隐藏修饰,服务端校验与约束保持不变;仅改变 Form 的初始 UI 模式。新建记录仍直接进入编辑模式。

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.