-
-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][MIG] account_invoice_import: Migration to 16.0 #1064
base: 16.0
Are you sure you want to change the base?
Conversation
a8f10a7
to
2fd8464
Compare
3253566
to
cb21c5e
Compare
cb21c5e
to
1d6a195
Compare
b4e2881
to
604ed56
Compare
I also migrated |
@V3st1g3 Thanks for your work on this. FYI I'm working on a big refactor of the invoice2data library. @alexis-via is to my knowledge working on refactoring the account_invoice_import. Maybe you can combine the efforts to get the new functions and simplifications of the code in here. |
FIX raise error when we don't identify a partner Update README
…+ instructions OCR
Rename test/pdf/ to test/invoices/ to host XML invoices too
… total untaxed (depends on invoice layout)
PEP8 stuff
…invoice_zugferd (see README.rst for more info) Move the ZUGFeRD/CII-specific code of account_invoice_import to account_invoice_import_zugferd
Disable test of invoice2data, because this lib is difficult to install
Currently translated at 94.3% (100 of 106 strings) Translation: edi-14.0/edi-14.0-account_invoice_import Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_import/fr/
Currently translated at 96.4% (136 of 141 strings) Translation: edi-14.0/edi-14.0-account_invoice_import Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_import/nl/
* do not spoil emails * message_id is enough to find the msg in Odoo * no need to be so verbose on where it happened since the logger name is precise
You can now set a specific journal, either via the account.invoice.import.config or by the pivot dict. Fix setting invoice_date_due via pivot dict. Improve multi-company handling in tests. Add test for setting journal via pivot dict. Add more checks in test.
Implement what is described in issue OCA#610: - account_invoice_import_simple_pdf and account_invoice_import_invoice2data can now be use d together - when importing an invoice for an unknown partner, it creates an empty invoice with PDF a s attachment - when importing an invoice via mail gateway and the from email is set on a partner that doesn't have any import config, create a supplier invoice with PDF as attachment and with that partner - when importing an invoice via mail gateway and the from email is set on a partner that has a single-line import config, create a supplier invoice with PDF as attachment, that partner and 1 invoice line with price_unit=0.
FIX import of XML files via mail gateway FIX attachment number in logs
Currently translated at 94.3% (100 of 106 strings) Translation: edi-14.0/edi-14.0-account_invoice_import Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_import/fr/
* line notes * section headers * narration fields
Currently translated at 93.1% (135 of 145 strings) Translation: edi-14.0/edi-14.0-account_invoice_import Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_import/nl/
The method get_invoice_line_account() was removed from the "account" module in odoo v13. So we now use the underlying method get_product_accounts() Fixes bug OCA#572
Currently translated at 100.0% (145 of 145 strings) Translation: edi-14.0/edi-14.0-account_invoice_import Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_import/fr/
In the supplier invoice tree view, when the user clicks on the "Upload" button at the top of the tree view, he now uses the OCA invoice import wizard instead of the native feature from the 'account' module.
Currently translated at 100.0% (145 of 145 strings) Translation: edi-14.0/edi-14.0-account_invoice_import Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_import/es/
Add support for discount on lines in the multi-line create scenario
604ed56
to
b951da2
Compare
b951da2
to
e30448a
Compare
No description provided.