Añadidos módulos de OCA/e-commerce para la tienda online
This commit is contained in:
parent
10bfdb5a49
commit
c14ed5b4ef
99 changed files with 5359 additions and 0 deletions
15
website_snippet_carousel_product/__manifest__.py
Normal file
15
website_snippet_carousel_product/__manifest__.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright 2020 Tecnativa - Alexandre D. Díaz
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
||||
{
|
||||
"name": "Website Snippet Carousel Product",
|
||||
"version": "12.0.1.0.2",
|
||||
"category": "Website",
|
||||
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/e-commerce",
|
||||
"license": "LGPL-3",
|
||||
"summary": "Adds a new snippet to insert a carousel of products",
|
||||
"depends": ["website_sale"],
|
||||
"data": ["templates/assets.xml", "templates/snippet.xml"],
|
||||
"installable": True,
|
||||
"maintainers": ["Tardo"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue