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

[WIP] A function a did yesterday during my classes

Open anhe-odoo opened this issue 1 year ago • 1 comments

Description:

Implementation of the function CONVERT I did yesterday evening, I'll add test tomorrow evening :D

Task: : TASK_ID

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 (_lt("qmsdf %s", abc))
  • [ ] unit tested
  • [ ] clean commented code
  • [ ] track breaking changes
  • [ ] doc is rebuild (npm run doc)
  • [ ] status is correct in Odoo

anhe-odoo avatar Oct 03 '23 07:10 anhe-odoo

"... but he never did add the tests" Jokes aside I like the idea of that formula - it might be very useful in the global roadmap of the company ^^

rrahir avatar Jun 14 '24 09:06 rrahir

@anhe-odoo @LucasLefevre staging failed: ci/runbot (view more at https://runbot.odoo.com/runbot/build/65259134)

robodoo avatar Jul 10 '24 10:07 robodoo

robodoo r+

LucasLefevre avatar Jul 10 '24 10:07 LucasLefevre