bosd

Results 173 comments of bosd

please add: account_invoice_currency to the list

> But, if the reviewers are against the re-organisation of the bank statement form view, I'll leave the ugly view as-is in OCA (and I'll improve it in one of...

Have you tried parsing it using excalibur? Maybe you first need to define the stream settings.

Would be interesting to see if PR https://github.com/invoice-x/invoice2data/pull/378#issuecomment-1168534755 would accomplish this. Technically one could call the lines parser multiple times. It will be slow, as it go trough every line...

This issue and PR had been open for quite soms while. Propably something we need to work on. @juanluisrosaramos is your code in the PR still actual?

Could be, but how to handle corner cases? I've got a couple of invoices. Where they put the company info in the image header of the invoice. The invoice line...

Previously there was a function in invoice2data which was checking the PDF output. It was something like. If the output is less then 80 characters, then fallback on Tesseract to...

This might be incompatible with CI, please check. In that case we should use: ``` try: from .common import get_sample_files except ImportError: from common import get_sample_files ```

@m3nu in this pr test still say: > First-time contributors need a maintainer to approve running workflows. [Learn more.](https://docs.github.com/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks) 3 expected checks Can you check?