TIP: You can type at any time to perform a new search.
Sale Channel
sale_channel · OCA/sale-channel
- Repository
- OCA/sale-channel · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Generic Modules/Sale
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-channel
- Last tracking update
- 2026-08-14 11:31:51
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- François Honoré, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module is the base for the notion of a sale channel, used for eCommerce purposes. For example, you might have an "ebay" channel and an "amazon" channel, and want to register a sale and know which channel it comes from.
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_channel_view_form |
sale.channel | form | New | |
sale_channel_view_search |
sale.channel | search | New | |
sale_channel_view_tree |
sale.channel | list | New | |
view_mode_form |
account.move | form | Inherits account.view_move_form | |
view_out_invoice_tree |
account.move | tree | Inherits account.view_out_invoice_tree | |
view_sale_order_form_channel |
sale.order | form | Inherits sale.view_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
sale_channel_idMany2one → sale.channelondelete='restrict'string='Sale Channel' args: 'sale.channel'
No public methods.
New fields (4)
-
activeBooleandefault=True -
channel_typeSelectionhelp="Allows to use specific fields and actions for a specific channel's type" args: [] -
company_idMany2one → res.companydefault=<expr> args: 'res.company' -
nameCharrequired=True
No public methods.
New fields (1)
-
channel_idsMany2many → sale.channelstring='Sale Channel' args: 'sale.channel'
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (1)
-
sale_channel_idMany2one → sale.channelondelete='restrict' args: 'sale.channel'
No public methods.
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 581 days ago
- Last activity
- 6 days ago
- Repository
- OCA/sale-channel
- Pull request
- [17.0][MIG] sale_channel: Migration to 17.0 (#26)