Oliver Buchmann

Results 12 comments of Oliver Buchmann

@SarmadAbdulrahman In the meantime i create my own package to handle odoo api calls including this feature. Fell free to use this: https://github.com/obuchmann/odoo-jsonrpc

`--prefer-dist` resolves the issue of China errors Form using a different php version than specified in composer.json. Octobercms points to php 7.0 per default. It has no impact in this...

Any News on that? I'm getting the same error

@Joffcom I can confirm this is fixed in 1.27.2, thanks!

This Plugin provides different images for different screen sizes. It does not change the quality. My Advice: Use ImageResizer Plugin to compress the images to a maximum size and quality....

@mvehar-preskok in version 1.5.0 I added the option to specify any custom context attributes. e.g. ```php $odoo = new Odoo(new Odoo\Config($database, $host, $username, $password)); $odoo->connect(); $context = $odoo->getContext(); $context->setContextArg('no_vat_validation', true);...

Hi Robert, looks like a promising way. Could you please open a PR in the main repo: https://github.com/obuchmann/odoo-jsonrpc There we can open discuss any implications or any potential problems. ________________________________...

It seems that if you use the Odoo\Request\RequestBuilder by calling ->model(..) does not take the context into account. While waiting for a fix you can use the direct query without...

@hqtrung I can validate, that odoo does not support returning dates with submitted timezone. The timezone context does only effect creating or updating calls. Odoo allways returns utc timestamps. For...