edi icon indicating copy to clipboard operation
edi copied to clipboard

Results 186 edi issues
Sort by recently updated
recently updated
newest added

After extended tests, I've found the root cause of the error. It replaces PR #971

New module Example use case (import a PDF in Contacts) ![ejemplo](https://github.com/OCA/edi/assets/4117568/e845ec3c-dc10-425e-b4fa-e5a9c6fe7469) ![ejemplo-import](https://github.com/OCA/edi/assets/4117568/7bd9ea22-6c64-45ce-a60a-565bae38590d) Other use cases: Sale Orders, Purchase Orders, Invoices, etc TODO: - [ ] Add documentation. - [x] Add...

The module has already supported to parse negative float in wamas to ubl [here](https://github.com/OCA/edi/blob/a61dbb6e951304538125ddabe3424766a187d692/base_wamas_ubl/lib/wamas/utils.py#L402) ``` >>> b = '-00000024000000000000000' >>> dp =15 >>> c = float(b[:-dp] + "." + b[-dp:])...

## Module pdf_helper in 16.0 ## Describe the bug Attempting to activate some edi modules from OCA where an error traceback indicates that pdf_helper is trying to import PdfReadError from...

bug

New glue add-on for `product_import` (initial PR #760)

Up-to-date migration with the latest code from v14, including the "import as empty invoice" feature.

help wanted
needs fixing
approved

Sometimes the backend is badly configured, with invalid URL. Or there might be other conditions. It happens more frequently on Dev or Test server instances. In such case we don't...