[IMP] base_action_rule: action rule view should in sheet

bzr revid: hmo@tinyerp.com-20121009122739-89dolzmm73o1nar5
This commit is contained in:
Harry (OpenERP) 2012-10-09 17:57:39 +05:30
parent 1b319e527d
commit 5e4ddf78da
1 changed files with 51 additions and 49 deletions

View File

@ -12,6 +12,7 @@
<field name="model">base.action.rule</field>
<field name="arch" type="xml">
<form string="Action Rule" version="7.0">
<sheet>
<group col="4">
<field name="name"/>
<field name="model_id"/>
@ -65,6 +66,7 @@
</page>
</notebook>
</sheet>
</form>
</field>
</record>