Disquette activer même après enregistrement

Hello, On my interface when i click on register it appears a message indicating do you want to register changes even if i didn’t change anything, i click on ok, and the disk is still activated and indicates changes.
I need to debug, how ? starting point?

Usually it is because you have a Function field that return a non-canonical value for its definition.
You can find it by activating the logging in INFO mode.

how can i do that? steps please

For the desktop client, you can set the log level with the command line option: Client Usage — Tryton desktop client

For the web client, you must to run in the JavaScript console: Sao.Logger.set_level(Sao.Logging.INFO)

1 Like