[IMP] purchase:Imrpove the view of purchase order line

bzr revid: sbh@tinyerp.com-20100914102545-t4rskjt34zjf2juc
This commit is contained in:
sbh (Open ERP) 2010-09-14 15:55:45 +05:30
parent b132cb3b5c
commit e05a5c8b76
1 changed files with 8 additions and 7 deletions

View File

@ -322,19 +322,20 @@
domain="[('parent_id','=',False),('type_tax_use','!=','sale')]"/>
</group>
</page>
<page string="Notes">
<field colspan="4" name="notes" nolabel="1"/>
</page>
<page string="History" groups="base.group_extended">
<separator colspan="4" string="Stock Moves"/>
<field colspan="4" name="move_ids" nolabel="1" widget="many2many"/>
</page>
<page string="Invoicing" groups="base.group_extended">
<separator colspan="4" string="Manual Invoices"/>
<field name="invoiced"/>
<newline/>
<field colspan="4" name="invoice_lines" nolabel="1" widget="many2many"/>
</page>
<page string="Notes">
<field colspan="4" name="notes" nolabel="1"/>
</page>
<page string="History" groups="base.group_extended">
<separator colspan="4" string="Stock Moves"/>
<field colspan="4" name="move_ids" nolabel="1" widget="many2many"/>
</page>
</notebook>
</form>
</field>