NEW: Add the "packaging" feature to round the quantities to some given multiples #32747
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NEW: Add the "packaging" feature to round the quantities to some given multiples
From the sales prices, we set a quantity (conditioning of quantities) allowing a multiple of the quantity to be put in the customer's commercial documents.
Example: If the product must be sold by 2, we set 2 from the sale price and in each commercial part of the customer the product will automatically be 2. If 1 quantity is indicated on the addition or update of the line , the final quantity will be 2. If the quantity indicated is 3, then the final quantity will be 4.
See #32746