Dino Di Pardo
Dino Di Pardo
Hello, this issue is still current and happens running a request on the latest version of Odoo (17). Is there any update on this?
Hello, I digged a bit deeper in the cause of the exception. This is what Odoo is returning as innerxml which is passed in structNode and causing the exception in...
I'll log a ticket today for this and meanwhile I've implemented a temp fix for this myself. Once the ticket has been logged I'll update here with the ticket ref.
Technically I think nothing is wrong. But from an automation perspective this doesn't make sense. If lasterror is 0 the version should be printed to stdout. Currently hard to process...
Using --version to detect if an new version should be installed using it in PowerShell code 
Hello Radek, indeed. I want to clear the value during the prompt. I'm not really in favor of the workaround but yes that can work for now. Wouldn't it be...
The workaround also has the drawback of requiring additional code to clear the value. This issue is even more pronounced when using the Bind method. I believe implementing a shortcut...
Hi Radek, Based on your idea, I've implemented a DefaultValueTabBehaviour enum. This allows the tab key to be configured to either do nothing, populate the value, or clear the value....