[IMP]:improved project view

bzr revid: apa@tinyerp.com-20120531101845-ee015dc62seai6va
This commit is contained in:
Amit Patel (OpenERP) 2012-05-31 15:48:45 +05:30
parent f1bdc8faff
commit 10ffd100e1
2 changed files with 0 additions and 14 deletions

View File

@ -112,9 +112,6 @@
<page string="Tasks Stages">
<field nolabel="1" name="type_ids" colspan="4"/>
</page>
<page string="Notes">
<field colspan="4" name="description" nolabel="1"/>
</page>
</notebook>
<newline/>
</sheet>

View File

@ -14,17 +14,6 @@
<td style="text-align:right;"><button class="oe_btn_width" name="open_timesheets" string="Timesheets" type="object" attrs="{'invisible':[('use_timesheets','=', 0)]}"/></td>
</tr>
</xpath>
<field name="warn_customer" position="after">
<group colspan="4" col="4">
<separator colspan="4" string="Invoicing Data"/>
<field name="pricelist_id" groups="product.group_sale_pricelist" domain="[('type','=','sale')]" widget="selection"/>
<field name="to_invoice" widget="selection" string="Invoice Task Work"/>
<field name="amount_max"/>
<field name="amount_invoiced"/>
<field name="amount_to_invoice" invisible="True"/>
<field name="time_to_invoice" invisible="True"/>
</group>
</field>
</field>
</record>