Añadidos módulos de OCA/e-commerce para la tienda online

This commit is contained in:
santiky 2021-09-14 14:07:34 +02:00
parent 10bfdb5a49
commit c14ed5b4ef
Signed by: snt
GPG key ID: A9FD34930EADBE71
99 changed files with 5359 additions and 0 deletions

View file

@ -0,0 +1,15 @@
#. Go to website (frontend)
#. Press 'Edit'
#. Select the snippet that you want configure
#. Press 'Customize' dropdown > Here You can see the implemented options for the widget:
* ``Set Domain`` > Sets a new domain to use (Example: [["field", "=", "value"]])
* ``Limit`` > Sets how many products will be fetched at maximum following default product order
* ``Show`` > Sets how many products can be shown per slide
Theming
~~~~~~~
This block uses 'native' bootstrap carousel and the ``website_sale.products_item`` qweb template
CSS Classes:
* ``.s_product_carousel`` > The section of the snippet

View file

@ -0,0 +1,6 @@
* `Tecnativa <https://www.tecnativa.com>`__:
* Alexandre D. Díaz
* Pedro M. Baeza
* Jairo Llopis
* David Vidal

View file

@ -0,0 +1,2 @@
Adds a new snippet to insert a products carousel with a custom filter
(which is set through a technical domain).

View file

@ -0,0 +1,4 @@
Odoo doesn't load "pyjs" on the frontend by default. For this reason this
snippet only allows use javascript syntax to write the domain.
* Use/Implement a user-friendly domain selector

View file

@ -0,0 +1,5 @@
#. Go to website (frontend)
#. Press 'Edit'
#. Drag & Drop the 'Products Carousel' block
#. Write the domain or leave it empty to show all published products
#. Save