o-spreadsheet icon indicating copy to clipboard operation
o-spreadsheet copied to clipboard

Baby proofing is here, no more spills 👶

Open Rachico opened this issue 6 months ago • 1 comments

[ADD] cell_protection: introduce cell protection feature

This commit introduces a new feature: cell protection. This feature presents two types of protection. Sheet protection which can exclude certains cells and range protection where only certain ranges of a sheet are protected. When a sheet/range is protected, a blocking notification appears to prevent the user from accidentally updating the content of the protected area.

Task: 2638419

review checklist

  • [ ] feature is organized in plugin, or UI components
  • [ ] support of duplicate sheet (deep copy)
  • [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • [ ] in model/UI: ranges are strings (to show the user)
  • [ ] undo-able commands (uses this.history.update)
  • [ ] multiuser-able commands (has inverse commands and transformations where needed)
  • [ ] new/updated/removed commands are documented
  • [ ] exportable in excel
  • [ ] translations (_t("qmsdf %s", abc))
  • [ ] unit tested
  • [ ] clean commented code
  • [ ] track breaking changes
  • [ ] doc is rebuild (npm run doc)
  • [ ] status is correct in Odoo

Rachico avatar Aug 27 '24 14:08 Rachico