-
-
Notifications
You must be signed in to change notification settings - Fork 193
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] wms_connector #762
Conversation
62378a2
to
8823863
Compare
2627e5c
to
2228880
Compare
42511fd
to
71afb28
Compare
or [] | ||
) | ||
to_create = prd_matching - prd_with_sync | ||
for prd in to_create: |
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.
TODO create with list
d8a65ec
to
aaab594
Compare
aaab594
to
f9239b7
Compare
823366b
to
3cc52c9
Compare
from odoo.exceptions import UserError | ||
|
||
|
||
class StockPikcingBatch(models.Model): |
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.
minor typo
OCA/server-tools#2883 |
… the record in one file
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. |
The aim of wms_connector, is to provide a generic process for synchronizing picking with an external warehouse software (This can be useful when you subcontract your warehouse management to a WMS supplier)
Work is in progress