-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
[14.0][ADD] sale_order_import_edifact & base_edifact #779
Conversation
Hi @etobella, no tests yet. |
49a1c7b
to
94d5f9e
Compare
@rmorant question: where is this module coming from? The history seems be incomplete... |
|
Ok, then this is not a migration but and addition in fact. |
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.
by looking at the current state is probably easier if we move on v16 first (where we are already applying fixes etc) and then backport changes here.
See #813
"bin": [], | ||
}, | ||
"depends": [ | ||
# "edi_party_data_oca" |
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.
# "edi_party_data_oca" |
return obj | ||
|
||
@api.model | ||
def get_party_data(self, exchange_record, partner, raise_if_not_found=True): |
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.
this must be dropped
"partner_identification", | ||
"partner_identification_gln", | ||
"base_edifact", | ||
"edi_sale_order_import", |
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.
this module is not meant to plug into edi framework
Hi @simahawk, now that you have approved #821. I've been looking at how to backport the modules as you suggested above. |
I'd go for this as long as we can do it w/o introducing breaking changes. |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Plugs EDIFACT/D96A ORDER in sale_order_import process.