Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.26 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/e-commerce
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Hai Lang
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module allows to have hidden product prices on the website store.

Code Analysis

Views touched (14)
XML IDNameModelTypeStatus
badge_extra_price badge_extra_price ir.ui.view qweb Inherits website_sale.badge_extra_price
base_unit_price base_unit_price ir.ui.view qweb Inherits website_sale.base_unit_price
dynamic_filter_template_product_product_products_item dynamic_filter_template_product_product_products_item ir.ui.view qweb Inherits website_sale.dynamic_filter_template_product_product_products_item
filter_products_price filter_products_price ir.ui.view qweb Inherits website_sale.filter_products_price
price_dynamic_filter_template_product_product price_dynamic_filter_template_product_product ir.ui.view qweb Inherits website_sale.price_dynamic_filter_template_product_product
product product ir.ui.view qweb Inherits website_sale.cta_wrapper
product_buy_now product_buy_now ir.ui.view qweb Inherits website_sale.product_buy_now
product_price product_price ir.ui.view qweb Inherits website_sale.product_price
product_quantity product_quantity ir.ui.view qweb Inherits website_sale.product_quantity
product_template_form_view product.template form Inherits website_sale.product_template_form_view
products_item products_item ir.ui.view qweb Inherits website_sale.products_item
res_config_settings_view_form res.config.settings form Inherits website_sale.res_config_settings_view_form
view_partner_form res.partner form Inherits base.view_partner_form
website_search_box website_search_box ir.ui.view qweb Inherits website.website_search_box
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • website_hide_price Boolean
    string='Hide prices on website'
  • website_hide_price_message Text
    help='When the price is hidden on the website we can give the customersome tips on how to find it out.' string='Hidden price message' translate=True
Public methods (0)

No public methods.

New fields (2)
  • website_hide_price Boolean
    readonly=False related='website_id.website_hide_price' string='Hide prices on website'
  • website_hide_price_default_message Char
    readonly=False related='website_id.website_hide_price_default_message'
Public methods (0)

No public methods.

New fields (1)
  • website_show_price Boolean
    default=True string='Show prices on website'
Public methods (0)

No public methods.

New fields (3)
  • website_hide_price Boolean
    copy=False help='Hide price at website level' string='Hide prices on website'
  • website_hide_price_default_message Char
    help='When the price is hidden on the website we can give the customersome tips on how to find it out.' string='Default Hidden price message' translate=True
  • website_show_price Boolean
    compute='_compute_website_show_price'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…