-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
[14.0][FIX] delivery_auto_refresh #849
base: 14.0
Are you sure you want to change the base?
Commits on Jul 8, 2024
-
[FIX] delivery_auto_refresh: Don't fail on fixed rate carriers
Steps to reproduce: - Create a delivery method (delivery.carrier) with a fixed rate. - Enable the system parameter "delivery_auto_refresh.refresh_after_picking". - Create a sales order with such delivery method and storable products. - Confirm the sales order. - Validate the picking. Result: It can't be validated with the message "There is no matching delivery rule.". Explanation: Previous code computes the shipping values and call directly to `_get_price_from_picking`, which uses rules and doesn't take into account the rest of possibilities (integration or fixed price). We keep such computation for carriers based on rules, as they are not properly updated, but added the possibility of writing back the price for other carriers with fixed price or integrations, using the `carrier_price` field that contains it. TT43533
Configuration menu - View commit details
-
Copy full SHA for eb5213e - Browse repository at this point
Copy the full SHA eb5213eView commit details -
delivery_auto_refresh: docstring
Don't modify standard method docstring
Configuration menu - View commit details
-
Copy full SHA for 94bcaaa - Browse repository at this point
Copy the full SHA 94bcaaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 597bd8d - Browse repository at this point
Copy the full SHA 597bd8dView commit details -
delivery_auto_refresh: fix write & discount
Limit change of write to calling the auto refresh feature Prevent to call auto refresh multiple times Don't pass discount variable in context
Configuration menu - View commit details
-
Copy full SHA for ad4c614 - Browse repository at this point
Copy the full SHA ad4c614View commit details -
Configuration menu - View commit details
-
Copy full SHA for d968a37 - Browse repository at this point
Copy the full SHA d968a37View commit details -
delivery_auto_refresh: refresh the minimum
Create or delete line only if necessary Update existing line if necessary
Configuration menu - View commit details
-
Copy full SHA for 095265d - Browse repository at this point
Copy the full SHA 095265dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f60bb - Browse repository at this point
Copy the full SHA e1f60bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea43bd1 - Browse repository at this point
Copy the full SHA ea43bd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac4ea3 - Browse repository at this point
Copy the full SHA 6ac4ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2414160 - Browse repository at this point
Copy the full SHA 2414160View commit details -
delivery-carrier: postpone new dependency to 17.0
This commit can be reverted in the migration to 17.0
Configuration menu - View commit details
-
Copy full SHA for bf2f48f - Browse repository at this point
Copy the full SHA bf2f48fView commit details -
delivery_auto_refresh: multi-company
Move config to company level Prefix config settings by sale
Configuration menu - View commit details
-
Copy full SHA for 16787fc - Browse repository at this point
Copy the full SHA 16787fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0657929 - Browse repository at this point
Copy the full SHA 0657929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4785c77 - Browse repository at this point
Copy the full SHA 4785c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d34ab - Browse repository at this point
Copy the full SHA 87d34abView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba54be3 - Browse repository at this point
Copy the full SHA ba54be3View commit details