-
-
Notifications
You must be signed in to change notification settings - Fork 308
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] sale_order_import #1003
Open
antonioburic
wants to merge
91
commits into
OCA:17.0
Choose a base branch
from
antonioburic:17.0-mig-sale_order_import
base: 17.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…, 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.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-14.0/edi-14.0-sale_order_import Translate-URL: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-sale_order_import/
Handle additional fields dynamically if available. This way, if you add a field to a record and it's value is injected by a parser you won't have to override to let it propagate.
You can now pass 'sale_order_import__default_vals' key in the ctx to pass order values down the stack.
- Add new selection import_type field for choosing the type to import - Refactor _parse_file with import_type field - Drop some not used method
When the flag is enabled, the order will be automatically confirmed. Mostly used when the wizard is used as a tool to import orders.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-16.0/edi-16.0-sale_order_import Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-sale_order_import/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: edi-16.0/edi-16.0-sale_order_import Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-sale_order_import/
antonioburic
force-pushed
the
17.0-mig-sale_order_import
branch
from
July 9, 2024 14:05
319a88e
to
8accb01
Compare
antonioburic
force-pushed
the
17.0-mig-sale_order_import
branch
from
July 9, 2024 15:10
8accb01
to
85585f7
Compare
etobella
approved these changes
Oct 28, 2024
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.
@alexis-via can you make a review as original author of the module?
2 tasks
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.