Tardo / OdooTerminal

Webextension tool for Odoo
GNU Affero General Public License v3.0
119 stars 27 forks source link

[BUG] calling `write` doesn't execute a write #84

Closed yajo closed 1 year ago

yajo commented 1 year ago

First of all, check that you are using the latest version.

Basic Info. (please complete the following information):

Describe the bug With this command I was able to fix my forgotten check in/out times. But since v9, it seems that write does not call the server.

Expected behavior Execute write operation.

Additional context Used to work fine. I was able to do the same with recordset and commit though.

Tardo commented 1 year ago

Yes, "SimpleJSON" was removed... I've removed it because it no longer provides an advantage in terms of the number of characters that must be used to define a dictionary.

Now the interpreter doesn't use 'JSON.parse' so... no more json constrains: don't need quoted keys or use quotes when define the dictionary using spaces

yajo commented 1 year ago

ah ok! thanks then :)