Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.27 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://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, Sergio Teruel Albert
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
assets_frontend Website Sale Stock Control ir.ui.view qweb Inherits website.assets_frontend
cart_lines cart_lines ir.ui.view qweb Inherits website_sale.cart_lines
product product ir.ui.view qweb Inherits website_sale.product
product_template_form_view product.template form Inherits website_sale.product_template_form_view
products_add_to_cart products_add_to_cart ir.ui.view qweb Inherits website_sale.products_add_to_cart
products_item products_item ir.ui.view qweb Inherits website_sale.products_item
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • inventory_availability Selection
    default='never' string='Website Stock Control' args: [('never', 'Always allow to buy products'), ('always', "Don't allow to buy product without stock")]
Public methods (0)

No public methods.

New fields (1)
  • website_qty_available Float
    compute='_compute_website_qty_available'
Public methods (0)

No public methods.