caldav: Prevent the collections views from replacing doc.dir views.
authorP. Christeas <p_christ@hol.gr>
Wed, 27 Oct 2010 10:23:24 +0000 (13:23 +0300)
committerP. Christeas <p_christ@hol.gr>
Wed, 27 Oct 2010 10:23:24 +0000 (13:23 +0300)
bzr revid: p_christ@hol.gr-20101027102324-ki28alynxaw3m8t4

addons/caldav/caldav_view.xml

index 90b489a..1b83ce1 100644 (file)
@@ -4,6 +4,7 @@
         <record model="ir.ui.view" id="view_calendar_collection_form">
         <field name="name">Calendar Collections : Form</field>
         <field name="model">document.directory</field>
+        <field name="priority">40</field>
         <field name="type">form</field>
         <field name="arch" type="xml">
             <form string="Calendar Collections">
@@ -18,6 +19,7 @@
         <field name="name">Calendar Collections : Tree</field>
         <field name="model">document.directory</field>
         <field name="type">tree</field>
+        <field name="priority">40</field>
         <field name="arch" type="xml">
             <tree string="Calendar Collections" toolbar="1">
                 <field name="name"/>