TIP: You can type at any time to perform a new search.
Sale Channel Category
sale_channel_category · OCA/sale-channel
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2many → sale.channelcompute='_compute_channel_ids'readonly=Falserecursive=Truestore=Truestring='Sale Channel' args: 'sale.channel'
No public methods.
New fields (1)
-
root_categ_idsMany2many → product.categorycomodel_name='product.category'domain=[('parent_id', '=', False)]string='Root Categ'
-
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)