PRODUCT_EXTENDED: improve product view

bzr revid: ced-adbe5de5c8cf7227fd76374d61737cf814d81870
This commit is contained in:
ced 2007-02-19 09:55:03 +00:00
parent e5d4b5866a
commit 71db25877a
1 changed files with 3 additions and 5 deletions

View File

@ -44,11 +44,9 @@
<field name="priority">3</field>
<field name="inherit_id" ref="product.product_normal_form_view" />
<field name="arch" type="xml">
<field name="uos_coeff" position="after">
<group col="3" colspan="2">
<field name="calculate_price" />
<button name="compute_price" type="object" string="Compute standard price"/>
</group>
<field name="seller_ids" position="before">
<field name="calculate_price" />
<button name="compute_price" type="object" string="Compute standard price"/>
</field>
</field>
</record>