-
-
Notifications
You must be signed in to change notification settings - Fork 611
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][ADD] pos_product_packaging_multi_barcode #1040
[16.0][ADD] pos_product_packaging_multi_barcode #1040
Conversation
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.
build is 🔴
pos_product_packaging_multi_barcode/models/product_packaging.py
Outdated
Show resolved
Hide resolved
95fb28b
to
e05ddf6
Compare
e05ddf6
to
4d5f8fc
Compare
Hello @simahawk , i updated. Thanks |
Happy to do a functional review on this as a bystander, do you have usage steps for this in the README.md? |
4d5f8fc
to
3002acc
Compare
Thank @luke-stdev001 , I updated README.rst file, could you have a look and do a functional review on this module |
Dependency merged, you can drop the test req |
3002acc
to
56d0c68
Compare
Thank @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
56d0c68
to
f5a51e6
Compare
Object.values(old_packaging_by_barcode).forEach(function (packaging) { | ||
var barcodes = JSON.parse(packaging.barcodes_json); | ||
barcodes.forEach(function (barcode) { | ||
if (!(barcode in old_packaging_by_barcode)) { |
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.
IMO this IF is not needed. Not harmful tho. Not blocking.
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at c13b28e. Thanks a lot for contributing to OCA. ❤️ |
This module allows using multiple barcodes on a product packaging from the PoS.
Depends on: