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
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • 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
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • 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

Keep events when calling a modal - booking plugin odoo-14

S'inscrire

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

Cette question a été signalée
modalv14
2616 Vues
Avatar
Rafael Ramírez

I make a call to the booking plugin to generate a modal with this code, but when I show it, it loses the interactivity of the events. How I can avoid this?

$.ajax({
    type: "POST",
    url: "booking/reservation/modal",
    data: JSON.stringify(data),
    contentType: "application/json",
    success: function (response) {
        resolve(response)
        $("body").append(response.result)
        $(".modal").modal("show")        },       
    xhrFields: {
        withCredentials: true,
    },
})


result.response is give me this html:


\n  
\n    
\n      
\n        
BOOK YOUR SLOT
\n        \n      
\n      
\n        
\n          \n            
\n              \n              \n                START DATE\n              \n            
\n          
\n        
\n        
\n        
\n          \n            
\n              \n              \n                END DATE\n              \n            
\n          
\n        
\n      
\n      
\n        
\n          
\n            
\n              \n                Select Plan:\n              \n              $ 0.00\n            
\n            
\n              
\n                \n              
\n              
\n                \n              
\n              
\n                \n              
\n            
\n          
\n        
\n        
\n          
\n            
\n              
\n                \n              
\n            
\n            
\n              Total:\n              \n              $ 0.00\n            
\n          
\n          
\n            \n          
\n          
\n            Book Now\n          
\n        
\n      
\n    
\n  
\n
\n"\n

 

   

     
        class="modal-header py-2"
        data-oe-model="ir.ui.view "
        data-oe-id="1593 "
        data-oe-field="arch "
        data-oe-xpath="/t[1]/div[1]/div[1]/div[1]/div[1] "
      >
       
BOOK YOUR SLOT

       
     

     

       

                      class="pull-right select_bk_date"
            style="font-size: 16px; color: #1cbc8c"
          >
           
              class="input-group date"
              id="bk_datepicker "
              data-target-input="nearest "
              data-oe-model="ir.ui.view "
              data-oe-id="1593 "
              data-oe-field="arch "
              data-oe-xpath="/t[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/div[1] "
              data-bk_end_date="2022-12-01 "
              data-bk_default_date="2021-11-21 "
            >
                              type="text "
                name="bk_date "
                id="bk_sel_date "
                data-target="#bk_datepicker "
                style="display: none"
              />
                              class="input-group-append"
                data-target="#bk_datepicker "
                data-toggle="datetimepicker "
              >
                START DATE
             

           

         

       

       
          class="col-4"
          data-oe-model="ir.ui.view "
          data-oe-id="1593 "
          data-oe-field="arch "
          data-oe-xpath="/t[1]/div[1]/div[1]/div[1]/div[2]/div[2] "
        >

       

                      class="pull-right select_bk_date"
            style="font-size: 16px; color: #1cbc8c"
          >
           
              class="input-group date"
              id="bk_datepicker_out "
              data-target-input="nearest "
              data-oe-model="ir.ui.view "
              data-oe-id="1593 "
              data-oe-field="arch "
              data-oe-xpath="/t[1]/div[1]/div[1]/div[1]/div[2]/div[3]/span[1]/div[1] "
              data-bk_end_date="2022-12-01 "
              data-bk_default_date="2021-11-21 "
            >
                              type="text "
                name="bk_date_out "
                id="bk_sel_date "
                data-target="#bk_datepicker_out "
                style="display: none" 
            />
                            class="input-group-append"
                data-target="#bk_datepicker_out "
                data-toggle="datetimepicker "
              >
                END DATE
             

           

         

       

     

     

       

         

           

                              class="pull-left"
                style="font-size: 16px; margin-top: 22px; font-weight: bold"
                data-oe-model="ir.ui.view "
                data-oe-id="1587 "
                data-oe-field="arch "
                data-oe-xpath="/t[1]/div[1]/span[1] "
              >
                Select Plan:
             

                              data-oe-type="monetary "
                data-oe-expression="00.00 "
                class="pull-right bk_plan_base_price"
                style="white-space: nowrap"
                >$ 0.00
              >
           

           

             

               
             

             

               
             

             

               
             
 
         
 
       

       

       

         

           
              class="col-md-7 col-12"
              style="text-align: left; padding-left: 0"
              data-oe-model="ir.ui.view "
              data-oe-id="1593 "
              data-oe-field="arch "
              data-oe-xpath="/t[1]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1] "
            >
             

                                  class="bk_qty_sel"
                  name="add_qty "
                  type="hidden "
                  value="1 "
                />
             

           

           

                            data-oe-id="1593 "
                data-oe-field="arch " 
              data-oe-xpath="/t[1]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[2]/span[1] "
                >Total:
             

                              data-oe-type="monetary "
                data-oe-expression="00.00 "
                class="bk_total_price"
                style="white-space: nowrap"
                >$ 0.00
              >
           

         

         
            class="row"
            style="padding: 0 15px; margin-bottom: 7px"
            data-oe-model="ir.ui.view "
            data-oe-id="1593 "
            data-oe-field="arch "
            data-oe-xpath="/t[1]/div[1]/div[1]/div[1]/div[3]/div[2]/div[2] "
          >
           
         

         
            class="row"
            style="padding: 0 15px"
            data-oe-model="ir.ui.view "
            data-oe-id="1593 "
            data-oe-field="arch "
            data-oe-xpath="/t[1]/div[1]/div[1]/div[1]/div[3]/div[2]/div[3] "
          >
                          >Book Now            >
         

       

     
   

 
\n  
\n    
\n      
\n        
BOOK YOUR SLOT
\n        \n      
\n      
\n        
\n          \n            
\n              \n              \n                START DATE\n              \n            
\n          
\n        
\n        
\n        
\n          \n            
\n              \n              \n                END DATE\n              \n            
\n          
\n        
\n      
\n      
\n        
\n          
\n            
\n              \n                Select Plan:\n              \n              $ 0.00\n            
\n            
\n              
\n                \n              
\n              
\n                \n              
\n              
\n                \n              
\n            
\n          
\n        
\n        
\n          
\n            
\n              
\n                \n              
\n            
\n            
\n              Total:\n              \n              $ 0.00\n            
\n          
\n          
\n            \n          
\n          
\n            Book Now\n          
\n        
\n      
\n    
\n  
\n
\n"\n
\n  
\n    
\n      
\n        
BOOK YOUR SLOT
\n        \n      
\n      
\n        
\n          \n            
\n              \n              \n                START DATE\n              \n            
\n          
\n        
\n        
\n        
\n          \n            
\n              \n              \n                END DATE\n              \n            
\n          
\n        
\n      
\n      
\n        
\n          
\n            
\n              \n                Select Plan:\n              \n              $ 0.00\n            
\n            
\n              
\n                \n              
\n              
\n                \n              
\n              
\n                \n              
\n            
\n          
\n        
\n        
\n          
\n            
\n              
\n                \n              
\n            
\n            
\n              Total:\n              \n              $ 0.00\n            
\n          
\n          
\n            \n          
\n          
\n            Book Now\n          
\n        
\n      
\n    
\n  
\n
\n"\n
\n  
\n    
\n      
\n        
BOOK YOUR SLOT
\n        \n      
\n      
\n        
\n          \n            
\n              \n              \n                START DATE\n              \n            
\n          
\n        
\n        
\n        
\n          \n            
\n              \n              \n                END DATE\n              \n            
\n          
\n        
\n      
\n      
\n        
\n          
\n            
\n              \n                Select Plan:\n              \n              $ 0.00\n            
\n            
\n              
\n                \n              
\n              
\n                \n              
\n              
\n                \n              
\n            
\n          
\n        
\n        
\n          
\n            
\n              
\n                \n              
\n            
\n            
\n              Total:\n              \n              $ 0.00\n            
\n          
\n          
\n            \n          
\n          
\n            Book Now\n          
\n        
\n      
\n    
\n  
\n
\n"\n
0
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é
Odoo14 alternative for Automated Translations through Gengo API module
v14
Avatar
Avatar
Avatar
Avatar
3
sept. 25
3630
Odoo Community v14 Slow on High-End Servers, Fast on i5/i7 PCs
v14
Avatar
0
août 25
1063
How to Managing Birthdate and Age in Odoo
v14
Avatar
Avatar
1
août 25
3412
Update Initial Stock of Product using XMLRPC API [Odoo14] Résolu
v14
Avatar
Avatar
Avatar
2
juil. 25
8986
"AttributeError: 'NoneType' object has no attribute 'CompileError'" configuring document Layout - Odoo 14
v14
Avatar
Avatar
Avatar
2
juil. 25
5339
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