Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Guest House
    • Distributeur de boissons
    • Hotel
    Real Estate
    • Real Estate Agency
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consulting
    • Accounting Firm
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Solar Energy Systems
    • Cordonnier
    • Services de nettoyage
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

How to do a custom slider/carousel

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
webv15Carousel
3 Réponses
15770 Vues
Avatar
luca li

Hello everyo one


I am trying to make a dynamic carousel wich is displaying object from my model but when i want to use the dynamic carrousel it asks me to provide filter and template.

But i dont understand what it means and how to do this 


thx for your help

0
Avatar
Ignorer
Avatar
agustin
Meilleure réponse
Look for the free plugin in odoo apps where it has an example of dynamic acrrucel  apps name  is 
tn_carousel_category
0
Avatar
Ignorer
Avatar
luca li
Auteur Meilleure réponse

Hello thx for your answer, i think the past it's a bit buggy, i'm gonna try it but it is for a simple slider isnt it ? how could i do to display 10 objects and when i click on the arrow it would display the 2nd to the 11st

0
Avatar
Ignorer
Avatar
Muhammad Amir Nazir
Meilleure réponse

A dynamic carousel is a UI element that allows you to display a series of items, typically images or other media, in a rotating fashion. In Odoo, you can create a dynamic carousel by using the and tags in your XML file.

The tag is used to define the HTML templates that will be used to render each item in the carousel. The tag is used to specify the data that will be used to populate the templates.

Here's an example of how you might use these tags to create a dynamic carousel in Odoo:

Copy code
    t-name="CarouselItemTemplate">
        
class="carousel-item"> t-att-src="record.image_url" />
class="carousel-item-text">

t-field="record.name" />

t-field="record.description" />

name="object_ids" string="Objects" context="{'object_model': 'my.model'}"/> t-foreach="object_ids" t-as="record"> t-call="CarouselItemTemplate" t-options="{'record': record}" />

In this example, the CarouselItemTemplate template is defined in the tag. It includes an image and some text, which are bound to fields on the record object. The tag defines a field called object_ids, which is used to specify the objects that will be displayed in the carousel. The tag is used to define the carousel itself, and the tag is used to specify the individual items that will be displayed in the carousel. The t-foreach and t-as attributes are used to iterate over the object_ids field and bind each object to the record variable.

I hope this helps! Let me know if you have any further questions.


-1
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
How to provide a filter and a template to use
web snippets v15 Carousel
Avatar
1
déc. 22
3325
odoo 15 web.assets_backend Résolu
web v15
Avatar
Avatar
Avatar
Avatar
3
juin 22
14378
Odoo 15 cant upload files through our domain
web v15
Avatar
0
févr. 22
2762
Restrict user access to edit only one website
web multiwebsite v15
Avatar
Avatar
1
déc. 24
5711
'bus.bus' object has no attribute '_sendone' Résolu
web asset v15
Avatar
Avatar
2
mars 22
6439
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now