FoodcoopBCN/foodcoopbcn#162 add website_sale_cart_line_subtotal
This commit is contained in:
parent
90a0e989c8
commit
51a53f54ba
4 changed files with 96 additions and 0 deletions
13
website_sale_cart_line_subtotal/__manifest__.py
Normal file
13
website_sale_cart_line_subtotal/__manifest__.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue