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/readme/CONFIGURE.rst
Normal file
15
website_snippet_carousel_product/readme/CONFIGURE.rst
Normal 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
|
6
website_snippet_carousel_product/readme/CONTRIBUTORS.rst
Normal file
6
website_snippet_carousel_product/readme/CONTRIBUTORS.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
* `Tecnativa <https://www.tecnativa.com>`__:
|
||||
|
||||
* Alexandre D. Díaz
|
||||
* Pedro M. Baeza
|
||||
* Jairo Llopis
|
||||
* David Vidal
|
2
website_snippet_carousel_product/readme/DESCRIPTION.rst
Normal file
2
website_snippet_carousel_product/readme/DESCRIPTION.rst
Normal 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).
|
4
website_snippet_carousel_product/readme/ROADMAP.rst
Normal file
4
website_snippet_carousel_product/readme/ROADMAP.rst
Normal 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
|
5
website_snippet_carousel_product/readme/USAGE.rst
Normal file
5
website_snippet_carousel_product/readme/USAGE.rst
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue