Alexander Pashuk

Results 5 comments of Alexander Pashuk

Hey, Check out https://github.com/eoranged/rq-dashboard. Very useful to monitor RQ. Assume that we have initialized RQ and app: ```python # Initialization part from flask import Flask from flask_rq2 import RQ app...

Hi, guys, temporary fix for the issue: 1 Add to your _/etc/apt/sources.list_ _deb http://cz.archive.ubuntu.com/ubuntu wily main universe_ (change cz.archive.ubuntu.com/ubuntu to a necessary server). 2 Do apt-get install _libqtmultimediakit1_. 3 Install...

Prepared two PRs with hotfix for this issue. I suggest removing this doctest because it makes no sense (at least for me it is not obvious why there should be...

Hi all, Prepared the same PR for 17.0 branch: https://github.com/OCA/queue/issues/608 @gurneyalex could you please merge them? They are the same as were done for 15.0 / 16.0 Thanks!

Have the same problem with our PS 1.7.8.7: while trying to create / update product with type=pack, PS ignores id_product_attribute and uses first combination of component product. There is no...