-
-
Notifications
You must be signed in to change notification settings - Fork 720
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
[17.0][MIG] stock_packaging_calculator: Migration to 17.0 #2067
[17.0][MIG] stock_packaging_calculator: Migration to 17.0 #2067
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e821063 - Browse repository at this point
Copy the full SHA e821063View commit details -
stock_packaging_calculator: make product uom the minimal unit
Customizing the minimal unit was not needed at all. This way we always assume the precision is the on of the UoM.
Configuration menu - View commit details
-
Copy full SHA for 57761fc - Browse repository at this point
Copy the full SHA 57761fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ba203 - Browse repository at this point
Copy the full SHA 86ba203View commit details -
stock_packaging_calculator: return dict instead of tuple
Allows to ship more information with each element in the list.
Configuration menu - View commit details
-
Copy full SHA for 7f3e323 - Browse repository at this point
Copy the full SHA 7f3e323View commit details -
stock_packaging_calculator: add contained packaging compute
Optionally include contained packaging qty.
Configuration menu - View commit details
-
Copy full SHA for dfb9ccc - Browse repository at this point
Copy the full SHA dfb9cccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2812f6 - Browse repository at this point
Copy the full SHA b2812f6View commit details -
stock_packaging_calculator: make contained mapping computed
Allows to reuse the mapping every time is needed.
Configuration menu - View commit details
-
Copy full SHA for d4683ba - Browse repository at this point
Copy the full SHA d4683baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecbc07b - Browse repository at this point
Copy the full SHA ecbc07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d60d56b - Browse repository at this point
Copy the full SHA d60d56bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f989e72 - Browse repository at this point
Copy the full SHA f989e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0fa94 - Browse repository at this point
Copy the full SHA 0a0fa94View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa4d9b3 - Browse repository at this point
Copy the full SHA aa4d9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed50ffb - Browse repository at this point
Copy the full SHA ed50ffbView commit details -
[IMP][stock_packaging_calculator] Add key is_unit for in the packagin…
…g calculator return
Configuration menu - View commit details
-
Copy full SHA for 9b00109 - Browse repository at this point
Copy the full SHA 9b00109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06f4cbc - Browse repository at this point
Copy the full SHA 06f4cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fee7246 - Browse repository at this point
Copy the full SHA fee7246View commit details -
packaging_calculator: fix sorting
Make sure unit is always the last element in the list.
Configuration menu - View commit details
-
Copy full SHA for 062ddec - Browse repository at this point
Copy the full SHA 062ddecView commit details -
packaging_calculator: allow custom value handler
Use _packaging_values_handler ctx key to pass your own handler for specific on demand overrides.
Configuration menu - View commit details
-
Copy full SHA for 90bab81 - Browse repository at this point
Copy the full SHA 90bab81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2bb55 - Browse repository at this point
Copy the full SHA 7f2bb55View commit details -
Configuration menu - View commit details
-
Copy full SHA for a989a1e - Browse repository at this point
Copy the full SHA a989a1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3c1bd - Browse repository at this point
Copy the full SHA 9c3c1bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1580d8e - Browse repository at this point
Copy the full SHA 1580d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9976cab - Browse repository at this point
Copy the full SHA 9976cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c1fc9 - Browse repository at this point
Copy the full SHA 20c1fc9View commit details -
s_packaging_calculator: add product_qty_by_packaging_as_str
Retrieve quickly packagin bty qty as a string.
Configuration menu - View commit details
-
Copy full SHA for d883283 - Browse repository at this point
Copy the full SHA d883283View commit details -
s_packaging_calculator: add handy mixin
This mixin can be used to provide qty by packaging features to any model.
Configuration menu - View commit details
-
Copy full SHA for 9f0984f - Browse repository at this point
Copy the full SHA 9f0984fView commit details -
s_packaging_calculator: contained mapping depends on lang
Otherwise translations won't be taken into account.
Configuration menu - View commit details
-
Copy full SHA for d9dce66 - Browse repository at this point
Copy the full SHA d9dce66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6134dd4 - Browse repository at this point
Copy the full SHA 6134dd4View commit details -
s_packaging_calculator: improve test util
This way no matter who's changing the behavior of the name getter we'll get the right name.
Configuration menu - View commit details
-
Copy full SHA for 35cfc4c - Browse repository at this point
Copy the full SHA 35cfc4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c99a9b - Browse repository at this point
Copy the full SHA 1c99a9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd86673 - Browse repository at this point
Copy the full SHA fd86673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ff32b - Browse repository at this point
Copy the full SHA 64ff32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7295ebf - Browse repository at this point
Copy the full SHA 7295ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7db64a - Browse repository at this point
Copy the full SHA b7db64aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174132d - Browse repository at this point
Copy the full SHA 174132dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8abac2a - Browse repository at this point
Copy the full SHA 8abac2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d6610 - Browse repository at this point
Copy the full SHA 71d6610View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e30a8a6 - Browse repository at this point
Copy the full SHA e30a8a6View commit details