Hussain Hammad
Hussain Hammad
I'm facing same, ~~even `null` value would cause a problem~~ in my case since `form` payload is post'ed/put to an API as `json`. I'm using [axios](https://github.com/axios/axios) for frontend. The main...
> No? You are right, I just tested it. only keys with `undefined` values are removed, keys with `null` stays. so once v-select clears to `null` I need to remove...
Hopefully I'm part of this! I was preparing a group of documentation (draft) to be proposed and this subject is hot now in openupgrade, nice. Just to check before I...
> For information, the work I am currently doing is part of an RFQ issued by the OCA in December. Actually I landed somehow at that RFQ when I was...
I'm not that well in OWL, so I used Augment Code to fix it! # Issue Summary and Resolution for account_reconcile_oca Module ## Issue Description When using the account_reconcile_oca module...
I'm working on a PR for both 17.0 & 18.0 since this is a production issue for us.
PR #222 for 17.0 PR #223 for 18.0
`account_usability` #1787
Actually axios [interceptor ](https://github.com/axios/axios#interceptors)can do the trick. I faced same scenario where json payload contained `undefined` ~~or `null`~~ values to be passed to an API as empty string. I added...