[FIX] fields.o2m.set(): typo in previous commit, should pass IDs as list to write()
[odoo/odoo.git] / bin / addons / base / res / res_config.xml
index 5adbfb4..56432f5 100644 (file)
@@ -7,19 +7,19 @@
       <field name="arch" type="xml">
        <form>
          <group colspan="4" col="8">
-           <group colspan="3" width="220" height="250">
-             <field name="config_logo" widget="image" width="220" height="130" nolabel="1" colspan="1"/>
+           <group colspan="1" width="220">
+             <field name="config_logo" widget="image" width="220" height="130" nolabel="1"/>
              <newline/>
              <label align="0.0" string="description" width="200" colspan="2"/>
            </group>
            <separator string="vsep" orientation="vertical" colspan="1" rowspan="12"/>
-           <group colspan="4">
+           <group colspan="6">
              <separator string="title" colspan="4"/>
              <group string="res_config_contents"/>
            </group>
          </group>
          <group colspan="8" col="8">
-           <separator string="" colspan="8"/>
+           <separator string="" colspan="6"/>
            <group colspan="4" width="220">
              <field name="progress" widget="progressbar" nolabel="1" colspan="2"/>
            </group>
       <field name="arch" type="xml">
         <form>
           <group colspan="4" col="8">
-            <group colspan="3" width="220" height="250">
+            <group colspan="1" width="220" height="250">
               <field name="config_logo" widget="image" width="220" height="130" nolabel="1" colspan="1"/>
               <newline/>
               <label align="0.0" string="description" width="200" colspan="2"/>
             </group>
             <separator string="vsep" orientation="vertical" colspan="1" rowspan="12"/>
-            <group colspan="4">
+            <group colspan="6">
               <separator string="title" colspan="4"/>
               <group colspan="8"/>
             </group>