Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
2.0.0
Category
e-commerce
Folder size
0.31 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.antiun.com
Last tracking update
2026-08-07 07:03:08
Authors
Odoo Community Association (OCA), Antiun Ingeniería S.L.
Maintainers
Odoo Community Association (OCA), Antiun Ingeniería S.L.
Committers
Pedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, Rafael Blasco
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
website_event_sale_legal
Description

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
assets_frontend assets_frontend ir.ui.view qweb Inherits website.assets_frontend
legal_term_form Legal term form website_sale_product_legal.legal_term form New
legal_term_search Legal term search website_sale_product_legal.legal_term search New
legal_term_tree Legal term tree website_sale_product_legal.legal_term tree New
legal_terms legal_terms ir.ui.view qweb New
legal_terms_launcher Legal terms dialog launcher ir.ui.view qweb New
legal_terms_modal Modal dialog for legal terms ir.ui.view qweb New
product_template_form Add legal terms product.template form Inherits product.product_template_form_view
website_product website_product ir.ui.view qweb Inherits website_sale.product
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/website_sale_product_legal/<model('product.template'):product> ProductLegalTerms.by_product public http ALL website
Models touched (2)

New fields (1)
  • legal_term_ids Many2many → website_sale_product_legal.legal_term
    help='Online customers will be informed of these legal terms before buying this product.' string='Legal terms' args: 'website_sale_product_legal.legal_term', 'website_sale_product_legal_rel'
Public methods (0)

No public methods.

New fields (3)
  • contents Html
    translate=True
  • name Char
    index=True required=True translate=True
  • product_template_ids Many2many → product.template
    help='Products that require accepting this legal term.' string='Products' args: 'product.template', 'website_sale_product_legal_rel'
Public methods (0)

No public methods.