-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
[17.0]MIG] base_business_document_import: Migration to 17.0 #941
[17.0]MIG] base_business_document_import: Migration to 17.0 #941
Conversation
…voice dict, cleaner organisation) Code refactoring: move code in base_business_document_import, factorise code for tax matching (it was duplicated in UBL and ZUGFeRD) Now support PDF with embedded UBL XML file Enable unittests on account_invoice_import_ubl More absolute xpath in account_invoice_import_ubl instead of relative xpath WARNING: these are big changes, I may have broken a few details
Adapt module account_invoice_import_ubl to use the new base_ubl module Small fixes
Better generation of address block in UBL (make it coherent with the datamodel of Odoo) Add generation of several UBL blocks: language, delivery, payment terms, customer party, spplier party Add parsing of zip in UBL party (will be used in the future for delivery partner match)
Use country code and state code to match partners UBL: Add delivery terms and line item UBL XML block generation UBL: add parsing of delivery block
Add unitests in base_business_document_import Small code enhancements/simplifications
Code cleanup/minor changes
Rename key 'quantity' to 'qty' in all parsing dicts['lines'] Add common methods compare_lines() and post_create_or_update() Make sure price_unit is always untaxed in UBL XML files
Add support for partner bank matching on invoice update (before, it was only supported on invoice creation)
[FIX] LINT Use try/except when importing external libs Remove self.ensure_one() that has nothing to do in an api.model method
Rename __openerp__.py to __manifest__.py and set installable to False
Add match for accounts and journals
Improve match for journals and accounts
Also port all the modules that generate the XML documents: account_invoice_ubl, account_invoice_zugferd, purchase_order_ubl and sale_order_ubl
Note: it requires this fix on odoo 10: odoo/odoo#15649
… module Fix spelling mistake and other remarks on README by Tarteo
…o v10.0 base_business_document_import: Add support for the creation of res.bank
Add support for insertion of title in error messages
Add method to create SO in sale.order.import accessible via JSON-RPC
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-16.0/edi-16.0-base_business_document_import Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-base_business_document_import/
Currently translated at 100.0% (39 of 39 strings) Translation: edi-16.0/edi-16.0-base_business_document_import Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-base_business_document_import/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-16.0/edi-16.0-base_business_document_import Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-base_business_document_import/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-16.0/edi-16.0-base_business_document_import Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-base_business_document_import/
Currently translated at 100.0% (39 of 39 strings) Translation: edi-16.0/edi-16.0-base_business_document_import Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-base_business_document_import/es/
…k module installed
@nguyenminhchien base_unece was migrated and merged in OCA/community-data-files#193 and OCA/community-data-files#192 is merged -> can you update the unreleased dependencies? |
07884d1
to
f1b9e90
Compare
Updated. |
/ocabot migration base_business_document_import |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 47898df. Thanks a lot for contributing to OCA. ❤️ |
Ref: BSRD-752
Depend on: