[IMP] sheet in audittrail

bzr revid: shp@tinyerp.com-20120614105810-0lgoblkwt21b8oyr
This commit is contained in:
pankita shah (Open ERP) 2012-06-14 16:28:10 +05:30
parent 0ff89c40c5
commit b1cdaf41e3
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="AuditTrail Rule" version="7.0">
<sheet>
<header>
<button string="_Subscribe" name="subscribe" icon="gtk-ok"
type="object" states="draft" />
@ -32,6 +33,7 @@
<field name="user_id" colspan="4" nolabel="1" />
<field name="action_id" colspan="4" readonly="1" groups="base.group_no_one"/>
</group>
</sheet>
</form>
</field>
</record>
@ -96,6 +98,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="AuditTrail Logs" version="7.0">
<sheet>
<group col="4">
<field name="timestamp" required="1" readonly="1"/>
<field name="user_id" readonly="1"/>
@ -141,6 +144,7 @@
<field name="new_value_text" />
</tree>
</field>
</sheet>
</form>
</field>
</record>