Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/e-commerce
Last tracking update
2026-07-21 17:29:17
Authors
Odoo Community Association (OCA), Camptocamp
Maintainers
Odoo Community Association (OCA), Camptocamp
Committers
OCA-git-bot, oca-ci, Maksym Yankin
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module lets a website partner specify how product prices are displayed in
e-commerce: tax excluded, tax included, or the standard website behavior when no
partner value is set.

It hides the standard website tax inclusion setting so tax display is managed on
the partner's commercial entity instead of the website configuration.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • website_show_line_subtotals_tax_selection Selection
    default='tax_excluded' help='Specify how product prices are displayed on the website for this commercial entity. Leave empty to use the website setting.' selection=[('tax_excluded', 'Tax Excluded'), ('tax_included', 'Tax Included')] string='Website Tax Display'
Public methods (1)
  • write(self, vals)

New fields (1)
  • show_line_subtotals_tax_selection Selection
    store=False
Public methods (0)

No public methods.