audittrail bug fix

bzr revid: mra@tinyerp.com-20081215121702-4lsck9r8yrtsetzz
This commit is contained in:
Mustufa Rangwala 2008-12-15 17:47:02 +05:30
parent 876aa21856
commit 2162b414fd
1 changed files with 4 additions and 4 deletions

View File

@ -76,14 +76,14 @@
<newline/>
<field name="field_description" colspan="4" readonly="1"/>
<newline/>
<separator string="Old Value : " colspan="2" readonly="1"/>
<separator string="New Value : " colspan="2" readonly="1"/>
<separator string="Old Value : " colspan="2"/>
<separator string="New Value : " colspan="2"/>
<newline/>
<field name="old_value" nolabel="1" colspan="2" readonly="1"/>
<field name="new_value" nolabel="1" colspan="2" readonly="1"/>
<newline/>
<separator string="Old Value Text : " colspan="2" readonly="1"/>
<separator string="New Value Text: " colspan="2" readonly="1"/>
<separator string="Old Value Text : " colspan="2"/>
<separator string="New Value Text: " colspan="2"/>
<newline/>
<field name="old_value_text" nolabel="1" colspan="2" readonly="1"/>
<field name="new_value_text" nolabel="1" colspan="2" readonly="1"/>