Mario Arias Badila

Results 8 comments of Mario Arias Badila

I had a similar issue, upgraded to 9 from 7.3, and everything went smooth... until I enabled the go fileserver... After that, trying to share repos failed, and in the...

This was because of call to order.action_pos_order_paid() inside of _process_order In latest version this was fixed and replaced by call to set_discounts() Should work fine if you update the module...

We faced stability problems too on Ubuntu 20.04 with direct usb connection. Will try @nwinkelstraeter fix and report back...

By "works fine" I mean it connects to the server, but upon closer inspection, it is half way there... I will complete migration to pymssql and remove sqlalchemy requirement

I have this one completed, with sqlalchemy dependency removed, based totally on pymssql. Also base_external_import (tested against MS Sql Server), where should I apply the PRs ? Regards, -Mario