-
Notifications
You must be signed in to change notification settings - Fork 106
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
[10.0][ADD] add module shopinvader_delivery_instruction #313
[10.0][ADD] add module shopinvader_delivery_instruction #313
Conversation
32e0ae4
to
fee7a14
Compare
Codecov Report
@@ Coverage Diff @@
## 10.0 #313 +/- ##
=======================================
Coverage ? 87.95%
=======================================
Files ? 129
Lines ? 3197
Branches ? 0
=======================================
Hits ? 2812
Misses ? 385
Partials ? 0
Continue to review full report at Codecov.
|
fee7a14
to
68ab9d6
Compare
@acsonefho This PR depends on others PRS. It seems that these others PRS are waiting for your input. My main concern is about OCA/stock-logistics-workflow#524 (comment) |
68ab9d6
to
ce29703
Compare
ce29703
to
54ff4d1
Compare
54ff4d1
to
f2f29cb
Compare
f2f29cb
to
72c2483
Compare
Once merged we must create an issue to forward port this PR into 12.0 Nevertheless, sale_stock_picking_note is not yet migrated into 12.0 |
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. Code review
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at d29f921. Thanks a lot for contributing to shopinvader. ❤️ |
Create a module to let user define a delivery note (for cart).
The user can define a note during cart update. Then (thanks to module
sale_stock_picking_note
on oca/sale-workflow) this note will be propagated in the picking note.