edi
edi copied to clipboard
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)   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...
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.
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...