Skip to content

Conversation

pro-odoo
Copy link
Collaborator

Description:

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

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

@robodoo
Copy link
Collaborator

robodoo commented Sep 23, 2025

Pull request status dashboard

@pro-odoo pro-odoo force-pushed the master-le-nouveau-code-pro branch 2 times, most recently from 98515a8 to 8d3f03a Compare September 24, 2025 06:42
@pro-odoo pro-odoo changed the title Master le nouveau code pro Le nouveau code ! Sep 24, 2025
@pro-odoo pro-odoo force-pushed the master-le-nouveau-code-pro branch 14 times, most recently from ef5f0b1 to b03a1b2 Compare September 30, 2025 12:18
This commit is the first step towards running the Spreadsheet Model
without the need of a web environment. It introduces the
o-spreadsheet-engine package (almost empty for now) to host the model
and all its dependencies (plugins, functions, ...).

It should not have any impact in the development workflow as the npm
commands have been updated to build/test/lint the new package as well.

Task: 4179627

Co-authored-by: Vincent Schippefilt <[email protected]>
Co-authored-by: Pierre Rousseau <[email protected]>
@pro-odoo pro-odoo force-pushed the master-le-nouveau-code-pro branch from b03a1b2 to d4272e0 Compare September 30, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants