Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 282 |
Technical Name |
web_disable_auto_edit |
License | LGPL-3 |
Website | https://odoo.tapray.com |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 282 |
Technical Name |
web_disable_auto_edit |
License | LGPL-3 |
Website | https://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, andattrs
. - 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


Compatibility
Version | Edition | Status |
---|---|---|
18.0 | Community & Enterprise | Supported |
List/tree inline editing is not altered. Wizards keep native validation flows.
Installation
- Copy the module to your addons path (
web_disable_auto_edit
). - 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