Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.1.0
Category
Warehouse
Folder size
0.42 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/delivery-carrier
Last tracking update
2026-08-07 08:09:17
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Florian da Costa, Weblate, OCA-git-bot, oca-ci, Florent Cayré, chafique.delli
Odoo dependencies
Python dependencies
roulier
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_laposte_fr_carrier_account_form carrier.account form Inherits delivery_carrier_account.carrier_account_view_form
view_picking_withcarrier_out_form stock.picking form Inherits base_delivery_carrier_label.view_picking_withcarrier_out_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (1)
  • laposte_fr_file_format Selection
    default=<expr> string='Label format' args: <expr>
Public methods (0)

No public methods.

New fields (1)
  • delivery_type Selection
    ondelete={'laposte_fr': 'set default'} selection_add=[('laposte_fr', 'Laposte')]
Public methods (0)

No public methods.

New fields (1)
  • package_carrier_type Selection
    ondelete={'laposte_fr': 'set default'} selection_add=[('laposte_fr', 'La Poste')]
Public methods (0)

No public methods.

New fields (3)
  • display_insurance Boolean
    compute='_compute_check_options' string='Define a condition to display/hide your custom Insurancefield with a dedicated view'
  • laposte_insurance Selection
    help='Paramètre incompatible avec le paramètre Recommandé' selection=[('15000', 'Assurance 150 €'), ('30000', 'Assurance 300 €'), ('45000', 'Assurance 450 €'), ('60000', 'Assurance 600 €'), ('75000', 'Assurance 750 €'), ('90000', 'Assurance 900 €'), ('105000', 'Assurance 1050 €'), ('120000', 'Assurance 1200 €'), ('135000', 'Assurance 1350 €'), ('150000', 'Assurance 1500 €')] string='Assurance'
  • laposte_recommande Selection
    help='Paramètre incompatible avec le paramètre Assurance' selection=[('R1', 'Recommendation R1'), ('R2', 'Recommendation R2'), ('R3', 'Recommendation R3')] string='Recommandé'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…