[FIX] provide for values to sidebar links context
[odoo/odoo.git] / addons / base_contact / base_contact_installer_view.xml
index 646d391..2feed91 100644 (file)
                     <separator string="title" position="attributes">
                         <attribute name="string">Select the Option for Addresses Migration</attribute>
                     </separator>
-                    <xpath expr="//label[@string='description']"
-                    position="attributes">
+                    <xpath expr="//label[@string='description']" position="attributes">
                         <attribute name="string">You can migrate Partner's current addresses to the contact.</attribute>
                     </xpath>
-                    <xpath expr='//separator[@string="vsep"]' position='attributes'>
-                        <attribute name='rowspan'>13</attribute>
-                        <attribute name='string'></attribute>
+                    <xpath expr="//separator[@string=&quot;vsep&quot;]" position="attributes">
+                        <attribute name="rowspan">13</attribute>
+                        <attribute name="string"/>
                     </xpath>
                     <xpath expr="//button[@string='Install Modules']" position="attributes">
                         <attribute name="string">Configure</attribute>
                     </xpath>
                     <group colspan="8">
                         <group colspan="2" col="2">
-                            <label string="Due to changes in Address and Partner's relation, some of the details from address are needed to migrated into contact information." colspan="4"/>
-                            <label string="Otherwise these details will not be visible from address/contact."  colspan="4"/>
-                            <label string="Do you want to migrate your Address data in Contact Data?" colspan="4" />
+                            <label string="Due to changes in Address and Partner's relation, some of the details from address are needed to be migrated into contact information." colspan="4"/>
+                            <label string="Otherwise these details will not be visible from address/contact." colspan="4"/>
+                            <label string="Do you want to migrate your Address data in Contact Data?" colspan="4"/>
                             <group colspan="6">
-                                <label string="Migrate:" colspan="1"/>
-                                <field name="migrate" string="Yes" colspan="1"/>
-                                <field name="nomigrate" string="No" colspan="1"/>
+                                <field name="migrate" string="Migrate" colspan="1"/>
                             </group>
                         </group>
                     </group>
@@ -53,7 +50,9 @@
 
         <record id="base_contact_installer_todo" model="ir.actions.todo">
             <field name="action_id" ref="action_base_contact_installer"/>
+            <field name="category_id" ref="base.category_administration_config"/>
             <field name="sequence">3</field>
+            <field name="type">automatic</field>
         </record>
 
     </data>