[IMP] Idea: View imp

bzr revid: dbr@tinyerp.com-20120627111329-1as4fgtmv67cayu3
This commit is contained in:
DBR (OpenERP) 2012-06-27 16:43:29 +05:30
parent 51b64aef01
commit c6516ad816
1 changed files with 6 additions and 3 deletions

View File

@ -72,11 +72,14 @@
<button name="idea_cancel" string="Refuse" states="open" /> <button name="idea_cancel" string="Refuse" states="open" />
<field name="state" widget="statusbar" statusbar_visible="draft,open,close"/> <field name="state" widget="statusbar" statusbar_visible="draft,open,close"/>
</header> </header>
<sheet>
<label for="name" class="oe_edit_only"/> <label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1> <h1><field name="name"/></h1>
<label for="category_ids"/> <group>
<h2><field name="category_ids"/></h2> <field name="category_ids" widget="many2many_tags" string="Tags"/>
<field name="description"/> <field name="description"/>
</group>
</sheet>
<footer> <footer>
<field name="message_ids" widget="ThreadView"/> <field name="message_ids" widget="ThreadView"/>
</footer> </footer>