[FIX] Set a domain on the parent_id to avoir a recurvise section

lp bug: https://launchpad.net/bugs/324727 fixed

bzr revid: stephane@tinyerp.com-20090203231713-xv3liybkzi0e00k9
This commit is contained in:
Stephane Wirtel 2009-02-04 00:17:13 +01:00
parent 9c2073e44f
commit a66af80936
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<field name="sequence"/>
<field name="active" select="2"/>
<field name="user_id" select="2"/>
<field name="parent_id" select="2"/>
<field name="parent_id" select="2" domain="[('id', '!=', active_id)]"/>
<field name="reply_to" select="2"/>
<label colspan="2" string="Complete this if you use the mail gateway."/>
</page>