odoo/o-spreadsheet#4631

Created by BI, Lucas Lefèvre (lul)
Merged at 944a270172d381544296791297a723b36e6882f4

Statuses:

label
odoo:master-test-version-snaphot-lul
head
3ef0d3eabfc444210cc8dd76599f613c12491819
merged
3 months ago by BI, Pierre Rousseau (pro)
odoo/o-spreadsheet
master #4631

[FIX] tests: decouple test from version

Description:

This test was coupled to the version because the version is hardcoded in the snapshot. Every time we would bump the version, the test would needlessly fail see a54f23ec0ba09144e659d3fb5c2b1901cbf91cf6

Task: : 4042969

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

  1. https://github.com/odoo/odoo/blob/b3b9b2b49ef90d30bcce1e27a4ba0b24f888170c/odoo/netsvc.py#L156 ↩↩↩↩↩

  2. https://github.com/odoo/odoo/blob/b3b9b2b49ef90d30bcce1e27a4ba0b24f888170c/odoo/netsvc.py#L198 ↩↩↩↩

  3. https://docs.python.org/3/library/logging.handlers.html#logging.StreamHandler ↩↩