[IMP] add group_uom group on Unit of Measure column in Invoice Price Rate per User section

bzr revid: fka@tinyerp.com-20130305092505-8xo05otn5lforf0b
This commit is contained in:
Foram Katharotiya (OpenERP) 2013-03-05 14:55:05 +05:30
parent c5d928f30c
commit 9106bc423f
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<field name="user_id" on_change="onchange_user_product_id(user_id, product_id)"/> <field name="user_id" on_change="onchange_user_product_id(user_id, product_id)"/>
<field name="product_id" on_change="onchange_user_product_id(user_id, product_id)" domain="[('type','=','service')]"/> <field name="product_id" on_change="onchange_user_product_id(user_id, product_id)" domain="[('type','=','service')]"/>
<field name="price"/> <field name="price"/>
<field name="uom_id"/> <field name="uom_id" groups="product.group_uom"/>
</tree> </tree>
</field> </field>
</record> </record>
@ -25,7 +25,7 @@
<field name="user_id" on_change="onchange_user_product_id(user_id, product_id)"/> <field name="user_id" on_change="onchange_user_product_id(user_id, product_id)"/>
<field name="product_id" domain="[('type','=','service')]" on_change="onchange_user_product_id(user_id, product_id)"/> <field name="product_id" domain="[('type','=','service')]" on_change="onchange_user_product_id(user_id, product_id)"/>
<field name="price"/> <field name="price"/>
<field name="uom_id"/> <field name="uom_id" groups="product.group_uom"/>
</group> </group>
</form> </form>
</field> </field>