RE: [Boxwise - fair donations distribution to refugees] Generating packages in bulk - new feature
Sounds like a very interesting project (with a great goal) - it's really great to see projects like this on here! Your way of describing the steps you went through to add this feature resulted in a very interesting read (and funny - the 380 pages PDF sounds daunting lol). Also the picture of the workflow and the added GIFs really made it easy to understand what you actually implemented - great work with that.
Since I have never used Odoo myself, I don't really have any feedback to give about that, but here are some thoughts about the code:
- This can be converted to a one-liner (list comprehension)
created_packages = [package_model.create({}) for _ in range(number_of_packages)]
.
I'm definitely looking forward to seeing more contributions to this project!
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
Hmm nice, I'll add that one liner next time I'll be editing that file (which will be soon as we want to automatically download the pdf with those QR codes)..
And regarding Odoo...I'm not really too happy with it, I've searched a bit and it doesn't seem to be widely used ...so there won't be a huuuge benefit from being familiar with it...but yeah, that warehouse management module which is already implemented for Odoo comes in handy and saved us lot of work.
Edit: Also, thx for the review! :D
Thank you for your review, @amosbastian! Keep up the good work!