[IMP]add close button in google import wizard
authorPinakin Nayi (OpenERP) <pna@tinyerp.com>
Mon, 24 Sep 2012 06:46:22 +0000 (12:16 +0530)
committerPinakin Nayi (OpenERP) <pna@tinyerp.com>
Mon, 24 Sep 2012 06:46:22 +0000 (12:16 +0530)
bzr revid: pna@tinyerp.com-20120924064622-lmkbqbmx64c4vsgf

addons/import_google/wizard/google_import_message_view.xml

index 158aff2..417d2f0 100644 (file)
@@ -10,6 +10,9 @@
                     <group>
                         <field name='name'/>
                     </group>
+                    <footer>
+                        <button string="Close" special="cancel" />
+                    </footer>
                 </form>
             </field>
         </record>