[14.0] [MIG] purchase_order_import#11
Open
rconjour wants to merge 208 commits into
Open
Conversation
0aac0bf to
87261b7
Compare
PieterPaulussen
requested changes
Mar 26, 2021
87261b7 to
cbb580e
Compare
PieterPaulussen
approved these changes
Mar 29, 2021
cbb580e to
77d0dcd
Compare
…ort_ubl and purchase_order_ubl Move XSD files to base_ubl, to avoid duplication of UBL XSD files.
Add support for partner bank matching on invoice update (before, it was only supported on invoice creation)
Prepare v10 branch Rename __openerp__.py to __manifest__.py and set installable to False Also port all the modules that generate the XML documents: account_invoice_ubl, account_invoice_zugferd, purchase_order_ubl and sale_order_ubl Rename account_invoice_zugferd to account_invoice_factur-x Rename account_invoice_import_zugferd to account_invoice_import_factur-x Add module to support py3o reporting engine: Continue port of modules for v10.0, in particular sale_order_import_* module Fix spelling mistake and other remarks on README by Tarteo Disable get_pdf() in all tests because it doesn't work in Travis [10.0] restore get_pdf() in tests (OCA#31) * sale_order_ubl + purchase_order_ubl: restore get_pdf() in tests using HttpCase * Restore get_pdf() in tests of account_invoice_factur-x and account_invoice_ubl modules * Update oca_dependencies.txt
…ort_ubl and purchase_order_ubl
because we want to have access to the code of the modules that inherit business.document.import
Add support for partner bank matching on invoice update (before, it was only supported on invoice creation)
Rename __openerp__.py to __manifest__.py and set installable to False
… module Fix spelling mistake and other remarks on README by Tarteo
Add ubl invoice generation option in accounting config page
… has visible discounts Code improvements in sale_order_import Add unit tests in sale_order_import Use display_name instead of name_get()[0][1]
…iness document is imported in the right company
Updated by Actualizar ficheiros PO com o novo POT (msgmerge) hook in Weblate.
the method play_onchange in server-tools/onchange_helper only returns the changed keys in the dictionary it receives as first arguement. The code in account_invoice_import, purchase_order_import and sale_order_import was written as if all the keys were returned. Maybe the behavior of play_onchange was updated in a recent version, but this nevertheless needs fixing in this module. This should fix the unit tests which are red on this branch.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-10.0/edi-10.0-purchase_order_import Translate-URL: https://translation.odoo-community.org/projects/edi-10-0/edi-10-0-purchase_order_import/
The ORderResponce document allows a supplier to communicate the ack and the confirmation of an Order documnet. Depending of its content, the PO will be cancelled or confirmed. If the OrderResponse document contains some amended line, the import process will update the picking to reflect the changes
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-10.0/edi-10.0-purchase_order_import Translate-URL: https://translation.odoo-community.org/projects/edi-10-0/edi-10-0-purchase_order_import/
1905bdf to
d4cd2b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.