Website Sale Block Partner

website_sale_block_partner
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/15.0/website_sale_block_partner
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYContact
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL-Nagarro
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL-Nagarro
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, ppyczko
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:00:34
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - website_sale_wishlist
    - website_sale
    - website
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - website_payment
    - website_mail
    - portal_rating
    - rating
    - website_sale_comparison
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
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 xpath Inherits account.view_move_form
view_order_form sale.order.view.form.inherit.customer.blacklist sale.order xpath Inherits sale.view_order_form
view_partner_form res.partner.view.form.inherit.customer.blacklist res.partner xpath Inherits base.view_partner_form
view_res_partner_filter_inherit_blacklist res.partner.search.inherit.blacklist res.partner xpath Inherits base.view_res_partner_filter
Models touched (3)

New fields (1)
  • partner_blacklist_warning Text
    compute='_compute_partner_blacklist_warning' help='warning message' string='warning'
Public methods (0)

No public methods.

New fields (1)
  • blacklist Boolean
    help='Enable to make the partner as blacklisted'
Public methods (0)

No public methods.

New fields (1)
  • partner_blacklist_warning Text
    compute='_compute_partner_blacklist_warning' help='Warning message' string='warning'
Public methods (0)

No public methods.