13 lines
498 B
Python
13 lines
498 B
Python
# 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,
|
||
}
|