addons-cm/website_sale_cart_line_subtotal/__manifest__.py

13 lines
498 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright 2025 Criptomart
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Website Sale Cart Line Subtotal",
"version": "16.0.1.0.0",
"summary": "Show line subtotal (quantity × price) in shopping cart",
"license": "AGPL-3",
"author": "Criptomart, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/e-commerce",
"depends": ["website_sale"],
"data": ["views/website_sale_cart_templates.xml"],
"installable": True,
}