Repository
OCA/sale-channel · module folder · Try on Runboat
Module version
1.0.0
Category
Sale Channel
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-07 08:43:02
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Raphaël Valyi, Sébastien BEAU, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_channel_search_engine_category
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 form Inherits product.product_category_form_view
sale_channel_view_form sale.channel form Inherits sale_channel.sale_channel_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
581 days ago
Last activity
6 days ago
Repository
OCA/sale-channel
Pull request
[17.0][MIG] sale_channel_category: Migration to 17.0 (#27)