Alexandre Díaz

Results 39 comments of Alexandre Díaz

@JuMiSanAr > Looks good. However, I'm assuming the previous color system was intended as is and someone might want to keep it, maybe this should go into its own module?...

If you want send a reload from server to client: https://github.com/odoo/odoo/blob/fb42f0a705c83f263714f13e7d7bc3f46ac2d6b3/odoo/addons/base/models/ir_module.py#L608 If you want simple reload on client side: ```window.location.reload()``` (pass true to bypass firefox cache)

Thanks! It's fine to me. The problem with the tests must be because the python 3.8 version is deprecated.

Updated, sorry. Depends on web_pwa_oca which is currently merged.

@sergio-teruel rebased... 'AlexandreDz' is not me :P

Currently in the extension options you can activate the option ```Disable Odoo version checking```. "New minor" versions are not supported by default because the current testing environment is not ready...

For anyone landing here. Just to mention that I have a Docker project that uses Privoxy + adblock2privoxy and works with HTTPS: https://github.com/Tardo/docker-privoxy-https I don't know Haskell, but I've tried...

@bug2point0 please, can you rebase? thanks!

@bug2point0 please, can you rebase? thanks! :B ... and please, check the commits because it looks like you're touching a lot more files than the migration requires.