-
-
Notifications
You must be signed in to change notification settings - Fork 311
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] sale_order_import: Migration to 16.0 #816
[16.0][MIG] sale_order_import: Migration to 16.0 #816
Conversation
…, sale_order_import_ubl, sale_order_import_csv, sale_order_ubl, sale_commercial_partner
Add another README.
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
…o v10.0 base_business_document_import: Add support for the creation of res.bank
Add ubl invoice generation option in accounting config page
Add method to create SO in sale.order.import accessible via JSON-RPC
Add readme fragments
… 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] Fix travis
…iness document is imported in the right company
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-13.0/edi-13.0-sale_order_import Translate-URL: https://translation.odoo-community.org/projects/edi-13-0/edi-13-0-sale_order_import/
…tner matching. A shipping partner is not especially related to the ordering party. It could be any partner. However, we want to ensure that the address is respected. Fix-up: PartyIdentification/ID is a 1..N relation. Parse each of them for a match
Do not suggest to update an open quotation that does not have the corresponding client ref. UBL endpoint was blocked as soon as a quotation for the same customer was existing.
703fb65
to
9aeaf28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG overall
b"<?xml version='1.0' encoding='utf-8'?><root><foo>baz</foo></root>" | ||
) | ||
order_filename = "test_order.xml" | ||
with self.assertRaises(exceptions.UserError): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
9aeaf28
to
bf5a752
Compare
- Add new selection import_type field for choosing the type to import - Refactor _parse_file with import_type field - Drop some not used method
bf5a752
to
470e4fb
Compare
@simahawk , I updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Note: we can search for a better method for the TODO about currency later, I'm not aware of one neither. |
@yvaucher your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-816-by-yvaucher-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 32a0e49. Thanks a lot for contributing to OCA. ❤️ |
No description provided.