Add the date_start, date_stop and state fields in the view tree and form of res.partner.job

bzr revid: stephane@tinyerp.com-20081023093030-4sng061ntrmgl8b1
This commit is contained in:
Stephane Wirtel 2008-10-23 11:30:30 +02:00
parent 795e2b542a
commit e3a2ad12a8
1 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,7 @@
<field name="function_id"/>
<field name="email"/>
<field name="phone"/>
<field name="state" />
</tree>
</field>
</record>
@ -273,6 +274,9 @@
<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>