[IMP]:solved inheritance problem for mail module.

bzr revid: apa@tinyerp.com-20120605073141-igfgc7l1tg0484dh
This commit is contained in:
Amit Patel (OpenERP) 2012-06-05 13:01:41 +05:30
parent 51d8cfae05
commit 6b2c572b0c
2 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,7 @@
</group>
</group>
</page>
<page string="History" invisible="True"></page>
<page string="Internal Notes">
<field name="comment" placeholder="Internal notes about this customer..."/>
</page>

View File

@ -210,6 +210,7 @@
<group col="4" string="Preferences">
<field name="context_lang" readonly="0"/>
<field name="context_tz" readonly="0"/>
<field name="menu_tips" readonly="0" groups="base.group_no_one"/>
</group>
<group string="Email Preferences">
<field name="user_email" widget="email" readonly="0"/>