Tom
Tom
Cleans up .gitignore and uses git's "skip-worktree" functionality to ignore changes in the binary blobs after cloning.
Versio
**For Wiki:** First you've to add your ip address to the whitelist in your Versio portal. (Account > Versio API) Then set your credentials: ```sh export Versio_Username=[email address] export Versio_Password=[password]...
We are using your [example page](https://valarpirai.github.io/video-chat-app/) to test the software but... some nodes are not able to talk or videochat to eachother while others can. All nodes are running latest...
If a transaction is cancelled user-side, or the driver installed on the POSbox never returns the status for the transaction, the current `pos_payment_terminal` module keeps throwing out `status_json` calls until...
In light of https://github.com/odoo/owl/issues/12, what does this mean for the browser versions that are / aren't supported? https://caniuse.com/?search=es6 Is for example Chrome 44 supported? It could be found on old...
Excuse the hack and slash approach; I needed a solution to https://github.com/OCA/account-financial-reporting/issues/690 quick and so I redid the migration, keeping the old approach of showing the HTML as a view...
When dealing with a statement that has multiple entries for the same transaction, the unique_import_id is set the same for all these entries, hence importing such a statement produces an...
For a web project I am looking to abstract the "questionnaire logic" part into a separate Python module. Eg. it would define a questionnaire, composed of several questions, some questions...
In the [previous PR](https://github.com/onesteinbv/addons-onestein/pull/84) where I overrode `_prac_amt`, I didn't take into account [another bugfix](https://github.com/odoo/odoo/pull/6910) proposed some time earlier, but rejected by Odoo. The bugfix seems to me as valid...