TIP: You can type at any time to perform a new search.
Website Sale Block Partner
website_sale_block_partner · OCA/e-commerce
- Repository
- OCA/e-commerce · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Contact
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/e-commerce
- Last tracking update
- 2026-08-07 07:57:04
- Authors
- Odoo Community Association (OCA), APSL-Nagarro
- Maintainers
- Odoo Community Association (OCA), APSL-Nagarro
- Committers
- OCA-git-bot, oca-ci, ppyczko
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module help to blacklist customers. If the customer is blacklisted, a notification will be shown in sale order and invoice. Also the customer can't buy products from website
Code Analysis ⓘ
Views touched (10)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
add_to_wishlist_custom |
add_to_wishlist_custom | ir.ui.view | qweb | Inherits website_sale_wishlist.add_to_wishlist |
product_add_to_compare |
product_add_to_compare | ir.ui.view | qweb | Inherits website_sale_comparison.add_to_compare_button |
product_add_to_compare_custom |
product_add_to_compare_custom | ir.ui.view | qweb | Inherits website_sale_comparison.add_to_compare |
product_add_to_wishlist_custom |
product_add_to_wishlist_custom | ir.ui.view | qweb | Inherits website_sale_wishlist.product_add_to_wishlist |
product_buy_now_custom |
product_buy_now_custom | ir.ui.view | qweb | Inherits website_sale.product_buy_now |
product_custom |
product_custom | ir.ui.view | qweb | Inherits website_sale.product |
view_move_form |
account.move.view.form.inherit.customer.blacklist | account.move | form | Inherits account.view_move_form |
view_order_form |
sale.order.view.form.inherit.customer.blacklist | sale.order | form | Inherits sale.view_order_form |
view_partner_form |
res.partner.view.form.inherit.customer.blacklist | res.partner | form | Inherits base.view_partner_form |
view_res_partner_filter_inherit_blacklist |
res.partner.search.inherit.blacklist | res.partner | search | Inherits base.view_res_partner_filter |
HTTP endpoints (2)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/shop/<model("product.template"):product> |
WebsitePartnerBlacklist.product |
public | http | ALL | website |
/shop, /shop/page/<int:page>, /shop/category/<model("product.public.category"):category>, /shop/category/<model("product.public.category"):category>/page/<int:page> |
WebsitePartnerBlacklist.shop |
public | http | ALL | website |
Models touched (3)
New fields (1)
-
partner_blacklist_warningTextcompute='_compute_partner_blacklist_warning'help='warning message'string='warning'
No public methods.
New fields (1)
-
blacklistBooleanhelp='Enable to make the partner as blacklisted'
No public methods.
New fields (1)
-
partner_blacklist_warningTextcompute='_compute_partner_blacklist_warning'help='Warning message'string='warning'
No public methods.