odoo/o-spreadsheet#1962

Created by THEWWWTHING
Closed
label
THEWWWTHING-MANAGEMENT:master
head
90cfd2bf543b7c2b763406059d04840ccc32dfb4
odoo/o-spreadsheet
master #1962

Create generator-generic-ossf-slsa3-publish.yml

Signed-off-by: THEWWWTHING | Godfather <101083164+THEWWWTHING@users.noreply.github.com>

Description:

description of this task, what is implemented and why it is implemented that way.

Odoo task ID : TASK_ID

review checklist

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