TIP: You can type at any time to perform a new search.
Delivery Carrier Account
delivery_carrier_account · OCA/delivery-carrier
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
accountCharrequired=Truestring='Account Number' -
company_idMany2one → res.companycomodel_name='res.company'string='Company' -
delivery_typeSelectionhelp='This field may be used to link an account to a carrier'selection='_get_selection_delivery_type' -
nameCharrequired=True -
passwordCharrequired=Truestring='Account Password' -
sequenceInteger
No public methods.
New fields (1)
-
carrier_account_idMany2one → carrier.accountcompany_dependent=Truedomain="[('delivery_type', '=', delivery_type)]"string='Account' args: 'carrier.account'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…