delivery_mondialrelay

delivery_mondialrelay
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/delivery_mondialrelay
VERSION
VERSION 0.1
CATEGORY
CATEGORYShipping Connectors
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Dylan Kiss (dyki), Valeriya(vchu), kcv-odoo, nihp-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - delivery
    - payment_custom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_tree_provider_mondialrelay delivery.carrier.list.provider.mondialrelay delivery.carrier field Inherits delivery.view_delivery_carrier_tree
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/delivery_mondialrelay
VERSION
VERSION 0.1
CATEGORY
CATEGORYInventory/Delivery
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Odoo Online, Romain Derie, Tiffany Chang (tic), Gorash, Dylan Kiss (dyki), Julien Carion (juca), Emilio Pascual, Louis (wil), Pierre Pulinckx (pipu), Vraj Panchal
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - delivery
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (3)
XML IDNameModelTypeStatus
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 field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_tree_provider_mondialrelay delivery.carrier.list.provider.mondialrelay delivery.carrier field Inherits delivery.view_delivery_carrier_tree
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/delivery_mondialrelay
VERSION
VERSION 0.1
CATEGORY
CATEGORYInventory/Delivery
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Odoo Online, Jorge Pinna Puissant, Victor Feyens, Tiffany Chang (tic), Gorash, Dylan Kiss (dyki), Michael (mcm), Emilio Pascual, Louis (wil)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - delivery
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (3)
XML IDNameModelTypeStatus
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 field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_tree_provider_mondialrelay delivery.carrier.tree.provider.mondialrelay delivery.carrier field Inherits delivery.view_delivery_carrier_tree
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/delivery_mondialrelay
VERSION
VERSION 0.1
CATEGORY
CATEGORYInventory/Delivery
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Jeremy Kersten, Yannick Tivisse, William Braeckman, Martin Trigaux (mat), Emilio Pascual
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (3)
XML IDNameModelTypeStatus
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 field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_tree_provider_mondialrelay delivery.carrier.tree.provider.mondialrelay delivery.carrier field Inherits delivery.view_delivery_carrier_tree
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/delivery_mondialrelay
VERSION
VERSION 0.1
CATEGORY
CATEGORYInventory/Delivery
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Jeremy Kersten, Romain Derie
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (3)
XML IDNameModelTypeStatus
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 field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_tree_provider_mondialrelay delivery.carrier.tree.provider.mondialrelay delivery.carrier field Inherits delivery.view_delivery_carrier_tree
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'
  • 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)