[IMP] contact in partners

bzr revid: fp@tinyerp.com-20120807173158-fwqoqhe7x09uzebt
This commit is contained in:
Fabien Pinckaers 2012-08-07 19:31:58 +02:00
parent c6d06ad6df
commit 80dd67f65c
1 changed files with 13 additions and 0 deletions

View File

@ -207,6 +207,19 @@
</t>
</templates>
</kanban>
<form string="Contact" version="7.0">
<field name="image_small" widget='image' class="oe_avatar oe_left"/>
<div class="oe_title">
<group>
<field name="name"/>
<field name="category_id" widget="many2many_tags" placeholder="Tags..."/>
<field name="function" placeholder="e.g. Sales Director"/>
<field name="email"/>
<field name="phone"/>
<field name="mobile"/>
</group>
</div>
</form>
</field>
</page>
<page string="Internal Notes">