[IMP]: Imp search view. status bar and put chatter below

bzr revid: atp@tinyerp.com-20120607111724-ocu016dyf7pujglq
This commit is contained in:
Atul Patel (OpenERP) 2012-06-07 16:47:24 +05:30
parent 964ed8f92b
commit 53c75466dd
1 changed files with 6 additions and 7 deletions

View File

@ -34,7 +34,7 @@
<field name="arch" type="xml">
<form layout="manual">
<header>
<button name="tender_in_progress" states="draft" string="Start" type="object" />
<button name="tender_in_progress" states="draft" string="Send to Suppliers" type="object" />
<button name="tender_reset" states="done,cancel" string="Reset to Draft" type="object" />
<button name="tender_done" states="in_progress" string=" Purchase Done" type="object" />
<button name="tender_cancel" states="draft,in_progress" string="Cancel" type="object" />
@ -49,7 +49,6 @@
<field name="origin"/>
<field name="date_end"/>
<field name="warehouse_id" widget="selection" groups="stock.group_locations"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
</group>
<notebook colspan="4">
@ -95,10 +94,10 @@
<field name="description" colspan="4" nolabel="1"/>
</page>
</notebook>
<div class="oe_form_sheet_width">
<field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"/>
</div>
</sheet>
<div class="oe_form_sheet_width">
<field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"/>
</div>
</form>
</field>
</record>
@ -128,8 +127,8 @@
<search string="Search Purchase Requisition">
<group>
<filter icon="terp-document-new" name="draft" string="New" domain="[('state','=','draft')]" help="New Purchase Requisition"/>
<filter icon="terp-camera_test" string="In Progress" domain="[('state','=','in_progress')]" help="Purchase Requisition in negociation"/>
<filter icon="terp-dialog-close" string="Done" domain="[('state','=','done')]" help="Current Purchase Requisition"/>
<filter icon="terp-camera_test" string="Sent to Suppliers" domain="[('state','=','in_progress')]" help="Purchase Requisition in negociation"/>
<filter icon="terp-dialog-close" string="Purchase Done" domain="[('state','=','done')]" help="Current Purchase Requisition"/>
<separator orientation="vertical"/>
<filter icon="terp-personal-" string="Unassigned" domain="[('user_id','=', False)]" help="Unassigned Requisition"/>
<separator orientation="vertical"/>