odoo/o-spreadsheet#4576

Created by BI, Adrien Minne (adrm)
Merged at d1aa82791bd6912a5ee0ee9db3e613c5a8531e6c

Statuses:

label
odoo:master-translation-doc-adrm
head
47cb6810db98becd3c75e2a914cb595ecf0a3ebe
merged
3 months ago by BI, Vincent Schippefilt (vsc)
odoo/o-spreadsheet
master #4576

[IMP] doc: Add documentation for translations

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