bzr revid: fp@tinyerp.com-20081127203515-j5bb0nny1sywd2kv
This commit is contained in:
Fabien Pinckaers 2008-11-27 21:35:15 +01:00
parent bb7c97358b
commit 36639a845a
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@
<record id="res_partner_contact_pinckears0" model="res.partner.contact">
<field eval="&quot;&quot;&quot;http://fptiny.blogspot.com/&quot;&quot;&quot;" name="website"/>
<field eval="&quot;&quot;&quot;Fabien&quot;&quot;&quot;" name="first_name"/>
<field eval="&quot;&quot;&quot;Pinckears&quot;&quot;&quot;" name="name"/>
<field eval="&quot;&quot;&quot;Pinckaers&quot;&quot;&quot;" name="name"/>
<field eval="&quot;&quot;&quot;M.&quot;&quot;&quot;" name="title"/>
<field eval="1" name="active"/>
</record>

View File

@ -14,7 +14,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Bug Tracker Form">
<group colspan="4" col="4">
<group colspan="4" col="6">
<field name="name" string="Title" colspan="2"/>
<field name="section_id" colspan="1"/>
<label string="Resolution: " align="1.0"/>
@ -26,7 +26,7 @@
<field name="email_from" colspan="2"/>
<field name="user_id" />
</group>
<notebook>
<notebook colspan="4">
<page string="General">
<field name="partner_id" on_change="onchange_partner_id(partner_id, email_from)" colspan="2"/>
<field name="partner_address_id" string="Contact" on_change="onchange_partner_address_id(partner_address_id, email_from)" colspan="1"/>