Add the date_start, date_stop and state fields in the view tree and form of res.partn...
authorStephane Wirtel <stephane@tinyerp.com>
Thu, 23 Oct 2008 09:30:30 +0000 (11:30 +0200)
committerStephane Wirtel <stephane@tinyerp.com>
Thu, 23 Oct 2008 09:30:30 +0000 (11:30 +0200)
bzr revid: stephane@tinyerp.com-20081023093030-4sng061ntrmgl8b1

addons/base_contact/base_contact_view.xml

index e1395f7..0ae8fda 100644 (file)
                 <field name="function_id"/>
                 <field name="email"/>
                 <field name="phone"/>
+                <field name="state" />
             </tree>
         </field>
     </record>
                         <field name="phone" select="2"/>
                         <field name="sequence_contact" select="2"/>
                         <field name="sequence_partner" select="2"/>
+                        <field name="date_start" />
+                        <field name="date_stop" />
+                        <field name="state" select="2" />
                     </page>
                 </notebook>
             </form>