You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also: is there a list of getters? and in particular is it possible to get the current state / data of the model in order to serialize the sheet in a json format and being able to reload it from a file ?
example
let dataString = model.getData()
new Model(dataString)
The text was updated successfully, but these errors were encountered:
hi all,
the link to the commands in this docu page is broken: https://github.com/odoo/o-spreadsheet/blob/17.0/doc/extending/architecture.md#commands
also: is there a list of getters? and in particular is it possible to get the current state / data of the model in order to serialize the sheet in a json format and being able to reload it from a file ?
example
let dataString = model.getData()
new Model(dataString)
The text was updated successfully, but these errors were encountered: