Ronald Portier

Results 154 comments of Ronald Portier

I noticed the `"'bool' object has no attribute 'strftime'"` in `last_date_invoiced.strftime(date_format))`. Now obviously last_date_invoiced is False if you have not send any invoice before. But how to get past that...

@sergiocorato Unfortunately this fails on postgres versions before 14.0. So you must either: 1. Check for the postgres version and use either anyarray or anycompatible array depending on version; 2....

@sergiocorato I created a PR on your branch: https://github.com/sergiocorato/account-financial-reporting/pull/1

I also like the new view much more. But if it would be blocking to add the notebook, an alternative might be to only show the technical data in debug...

@StefanRijnhart with the customer that needed the migration, it is not yet clear how they want to handle the downloaded statements. The clearing account is still in the migration. I...

@StefanRijnhart Zou je kunnen leven met een dringend advies in de README om ook de clearing_account module te installeren ipv een technische dependency?

@StefanRijnhart I discussed it and will put back the clearing_account dependency. I will also go through all the commits once more to minimize them even more and rectify a few...

@lfreeke I did not change the icon, do you expect problems with this?

@lfreeke I replaced the Ponto logo with the Adyen logo

Runboat sunk? + bash /runboat/runboat-clone-and-install.sh + rm -fr /mnt/data/initialized + rm -fr /mnt/data/odoo-addons-dir + mkdir -p /mnt/data/odoo-addons-dir + cd /mnt/data/odoo-addons-dir + curl -sSL https://github.com/oca/bank-statement-import/tarball/5885781ce65e877ce51e8bb83f095d73b517abd8 + tar zxf - --strip-components=1 +...