TIP: You can type at any time to perform a new search.
e-Commerce B2C mode
website_sale_b2c · OCA/e-commerce
- Repository
- OCA/e-commerce · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website
- Folder size
- 0.1 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.tecnativa.com/
- Last tracking update
- 2026-08-07 07:10:00
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Pedro M. Baeza, OCA Transbot
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cart_lines |
cart_lines | ir.ui.view | qweb | Inherits website_sale.cart_lines |
view_sales_config |
Add options on B2B vs B2C | sale.config.settings | Inherits sale.view_sales_config |
HTTP endpoints (3)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | WebsiteSale.get_unit_price |
inherited | http | ALL | |
| (inherited route override) | WebsiteSale.product |
inherited | http | ALL | |
| (inherited route override) | WebsiteSale.shop |
inherited | http | ALL |
Models touched (5)
New fields (0)
No new fields.
Public methods (1)-
price_rule_get_multi(self, products_by_qty_by_partner)@api.multi
New fields (2)
-
lst_priceFloatcompute='_product_lst_price' -
price_extraFloatcompute='_get_price_extra'
No public methods.
New fields (1)
-
priceFloatcompute='_product_template_price'
No public methods.
New fields (3)
-
group_show_price_subtotalBooleangroup='base.group_portal,base.group_user,base.group_public'implied_group='website_sale_b2c.group_show_price_subtotal' args: 'Show subtotal' -
group_show_price_totalBooleangroup='base.group_portal,base.group_user,base.group_public'implied_group='website_sale_b2c.group_show_price_total' args: 'Show total' -
sale_show_taxSelectiondefault='subtotal'required=True args: [('subtotal', 'Show line subtotals without taxes (B2B)'), ('total', 'Show line subtotals with taxes included (B2C)')], 'Tax Display'
-
set_sale_tax_defaults(self)@api.multi
New fields (1)
-
discounted_priceFloatcompute='_fnct_get_discounted_price'
No public methods.