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 IDNameModelTypeStatus
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_mondialrelay Boolean
    compute='_compute_is_mondialrelay'
  • mondialrelay_allowed_countries Char
    compute='_compute_mr_allowed_countries'
  • mondialrelay_brand Char
    related='carrier_id.mondialrelay_brand'
  • mondialrelay_colLivMod Char
    related='carrier_id.mondialrelay_packagetype'
  • mondialrelay_last_selected Char
    string='Last Relay Selected'
  • mondialrelay_last_selected_id Char
    compute='_compute_mr_last_selected_id'
  • shipping_country_code Char
    related='order_id.partner_shipping_id.country_id.code'
  • shipping_zip Char
    related='order_id.partner_shipping_id.zip'
Public methods (1)
  • button_confirm(self)

New fields (3)
  • is_mondialrelay Boolean
    compute='_compute_is_mondialrelay' search='_search_is_mondialrelay'
  • mondialrelay_brand Char
    default='BDTEST ' string='Brand Code'
  • mondialrelay_packagetype Char
    default='24R' groups='base.group_system'
Public methods (2)
  • base_on_rule_get_tracking_link(self, picking)
  • fixed_get_tracking_link(self, picking)

New fields (1)
  • is_mondialrelay Boolean
    compute='_compute_is_mondialrelay'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_confirm(self)

Loading…

Loading…

Loading…

Loading…