Skip to content
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][FIX] shopinvader_api_delivery_carrier: compute delivery price for all delivery types #13

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

marielejeune
Copy link
Contributor

The _onchange_carrier_id inside the wizard was only called for delivery types 'Fixed' and 'Base on rule'.
But for some specific delivery methods, Odoo adds new delivery types (see delivery_ups_rest for eg).
The _get_shipment_rate method is computing the delivery prices for all delivery carrier types

The _onchange_carrier_id inside the wizard was only called
for delivery types 'Fixed' and 'Base on rule'.
But for some specific delivery methods, Odoo adds new
delivery types (see delivery_ups_rest for eg).
The _get_shipment_rate method is computing the delivery
prices for all delivery carrier types
@marielejeune marielejeune changed the title [FIX] shopinvader_api_delivery_carrier: compute delivery price [16.0][FIX] shopinvader_api_delivery_carrier: compute delivery price Dec 30, 2024
@marielejeune marielejeune changed the title [16.0][FIX] shopinvader_api_delivery_carrier: compute delivery price [16.0][FIX] shopinvader_api_delivery_carrier: compute delivery price for all delivery types Dec 30, 2024
@marielejeune
Copy link
Contributor Author

Ping @qgroulard

Copy link

@qgroulard qgroulard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (code review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants