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 IDNameModelTypeStatus
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_id Many2one → sale.channel
    ondelete='restrict' string='Sale Channel' args: 'sale.channel'
Public methods (0)

No public methods.

New fields (4)
  • active Boolean
    default=True
  • channel_type Selection
    help="Allows to use specific fields and actions for a specific channel's type" args: []
  • company_id Many2one → res.company
    default=<expr> args: 'res.company'
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (1)
  • channel_ids Many2many → sale.channel
    string='Sale Channel' args: 'sale.channel'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • sale_channel_id Many2one → sale.channel
    ondelete='restrict' args: 'sale.channel'
Public methods (0)

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)