Skip to content
Snippets Groups Projects
Commit 77824ad4 authored by Michael (mcm)'s avatar Michael (mcm)
Browse files

[IMP] web: remove readonly mode of form view


This commit does multiple things:
- The readonly mode of form view is removed but not for the fields.
  it means that the fields in the view are always in edit mode except
  if we force them to be readonly.
- The control panel is revamped to take less vertical space and shows now
  the record editing (dirtiness)/validity status after editing the record.
- The record is saved only when leaving the view or by clicking the save
  button when hovering the record status in the control panel.
- The record can still be discarded by clicking the discard button when
  hovering the status text in control panel.

task id: 2822553

Part-of: odoo/odoo#100570
Co-authored-by: default avatarluvi <luvi@odoo.com>
parent 7f36dd05
No related branches found
No related tags found
No related merge requests found
Showing
with 43 additions and 126 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment