Sale Channel Category

sale_channel_category
REPOSITORY
REPOSITORYOCA/sale-channel
GIT
GIThttps://github.com/OCA/sale-channel.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-channel/tree/18.0/sale_channel_category
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Channel
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSRaphaël Valyi, Sébastien BEAU, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-channel
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-channel:
    - sale_channel
odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Simple module that adds the posibility to link the product category to a
sale channel.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_category_view_form product.category field Inherits product.product_category_form_view
sale_channel_view_form sale.channel field Inherits sale_channel.sale_channel_view_form
Models touched (2)

New fields (1)
  • channel_ids Many2many → sale.channel
    compute='_compute_channel_ids' readonly=False recursive=True store=True string='Sale Channel' args: 'sale.channel'
Public methods (0)

No public methods.

New fields (1)
  • root_categ_ids Many2many → product.category
    comodel_name='product.category' domain=[('parent_id', '=', False)] string='Root Categ'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/sale-channel
GIT
GIThttps://github.com/OCA/sale-channel.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-channel/tree/16.0/sale_channel_category
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYSale Channel
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSSébastien BEAU, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-channel
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:54:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-channel:
    - sale_channel
odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_category_view_form product.category field Inherits product.product_category_form_view
sale_channel_view_form sale.channel field Inherits sale_channel.sale_channel_view_form
Models touched (2)

New fields (1)
  • channel_ids Many2many → sale.channel
    compute='_compute_channel_ids' readonly=False recursive=True store=True string='Sale Channel' args: 'sale.channel'
Public methods (0)

No public methods.

New fields (1)
  • root_categ_ids Many2many → product.category
    comodel_name='product.category' domain=[('parent_id', '=', False)] string='Root Categ'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/sale-channel
PULL REQUEST
PULL REQUEST[17.0][MIG] sale_channel_category: Migration to 17.0 (#27)