Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.0.0
Category
Delivery
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/delivery-carrier
Last tracking update
2026-08-07 09:06:24
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion
Committers
OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module add a class to configure all the carrier accounts as well as
a method to get the right account depending on the delivery method

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
carrier_account_view_form carrier.account form New
carrier_account_view_tree carrier.account list New
view_delivery_carrier_form delivery.carrier form Inherits delivery.view_delivery_carrier_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (6)
  • account Char
    required=True string='Account Number'
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • delivery_type Selection
    help='This field may be used to link an account to a carrier' selection='_get_selection_delivery_type'
  • name Char
    required=True
  • password Char
    required=True string='Account Password'
  • sequence Integer
Public methods (0)

No public methods.

New fields (1)
  • carrier_account_id Many2one → carrier.account
    company_dependent=True domain="[('delivery_type', '=', delivery_type)]" string='Account' args: 'carrier.account'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…