[MERGE] forward port of branch 8.0 up to e883193
[odoo/odoo.git] / addons / website_event / views / website_event.xml
index 7484655..5654a8e 100644 (file)
 
 <template id="template_location">
     <t t-call="website_event.layout">
-        <section class="container" data-snippet-id="title">
+        <section class="container">
             <h1 class="text-center">Event Location</h1>
         </section>
         <div class="oe_structure oe_empty"/>
 
 <template id="template_intro">
     <t t-call="website_event.layout">
-        <section class="container" data-snippet-id="title">
+        <section class="container">
             <h1 class="text-center">Event Introduction</h1>
         </section>
         <div class="oe_structure oe_empty"/>
         </div>
     </xpath>
     <xpath expr="//div[@id='snippet_options']" position="inside">
-        <div data-snippet-option-id='country_events'
+        <div data-js='country_events'
             data-selector=".oe_country_events"
-            data-selector-siblings="p, h1, h2, h3, blockquote, .well, .panel"
-            data-selector-children=".content"
+            data-drop-near="p, h1, h2, h3, blockquote, .well, .panel"
+            data-drop-in=".content"
            >
         </div>
     </xpath>