diff --git a/account_invoice_import_invoice2data/readme/CONFIGURE.rst b/account_invoice_import_invoice2data/readme/CONFIGURE.rst index c2a0e2797d7..5aaf6fb3a29 100644 --- a/account_invoice_import_invoice2data/readme/CONFIGURE.rst +++ b/account_invoice_import_invoice2data/readme/CONFIGURE.rst @@ -75,7 +75,7 @@ Invoice Fields (on document level) Invoice line Fields | fieldname | type | Description | | -------------- | :---------: | :-------------------------------------- | -| name | float | The name of the product, can be used for product matching | +| name | char | The name of the product, can be used for product matching | | barcode | char | The the barcode of the product or product package, used for product matching | | code | char | The (internal) product code, used for product matching | | qty | float | The amount of items/units | diff --git a/account_invoice_import_invoice2data/readme/ROADMAP.rst b/account_invoice_import_invoice2data/readme/ROADMAP.rst index 0b3cbc59b3c..c7a4fba02f7 100644 --- a/account_invoice_import_invoice2data/readme/ROADMAP.rst +++ b/account_invoice_import_invoice2data/readme/ROADMAP.rst @@ -5,3 +5,4 @@ Known Issues * The input module is hard coded to use pdftotext parser and as a fallback to tesseract. * support for invoices with all tax included is not fully implemented. * Creation of the templates is still quite hard. +* The addres and company specific fields are parsed. Meaning it is possible to import an invoice which is issued to another company than yours!