TIP: You can type at any time to perform a new search.
delivery_mondialrelay
delivery_mondialrelay · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1
- Category
- Shipping Connectors
- Folder size
- 0.31 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-08 22:45:26
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Raphael Collet, Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Dylan Kiss (dyki), Valeriya(vchu), kcv-odoo, nihp-odoo
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- website_sale_mondialrelay
- Description
This module allow your customer to choose a Point Relais® and use it as shipping address. This module doesn't implement the WebService. It is only the integration of the widget. Delivery price pre-configured is an example, you need to adapt the pricing's rules.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
address_card |
address_card | ir.ui.view | qweb | Inherits portal.address_card |
choose_delivery_carrier_view_form |
choose.delivery.carrier.form | choose.delivery.carrier | form | Inherits delivery.choose_delivery_carrier_view_form |
view_delivery_carrier_form_provider_mondialrelay |
delivery.carrier.form.provider.mondialrelay | delivery.carrier | form | Inherits delivery.view_delivery_carrier_form |
view_delivery_carrier_tree_provider_mondialrelay |
delivery.carrier.list.provider.mondialrelay | delivery.carrier | list | Inherits delivery.view_delivery_carrier_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (8)
-
is_mondialrelayBooleancompute='_compute_is_mondialrelay' -
mondialrelay_allowed_countriesCharcompute='_compute_mr_allowed_countries' -
mondialrelay_brandCharrelated='carrier_id.mondialrelay_brand' -
mondialrelay_colLivModCharrelated='carrier_id.mondialrelay_packagetype' -
mondialrelay_last_selectedCharstring='Last Relay Selected' -
mondialrelay_last_selected_idCharcompute='_compute_mr_last_selected_id' -
shipping_country_codeCharrelated='order_id.partner_shipping_id.country_id.code' -
shipping_zipCharrelated='order_id.partner_shipping_id.zip'
-
button_confirm(self)
New fields (3)
-
is_mondialrelayBooleancompute='_compute_is_mondialrelay'search='_search_is_mondialrelay' -
mondialrelay_brandChardefault='BDTEST 'string='Brand Code' -
mondialrelay_packagetypeChardefault='24R'groups='base.group_system'
-
base_on_rule_get_tracking_link(self, picking) -
fixed_get_tracking_link(self, picking)
New fields (1)
-
is_mondialrelayBooleancompute='_compute_is_mondialrelay'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
action_confirm(self)
Loading…
Loading…
Loading…
Loading…