Quick create product from work center form view m2o field supply method should be manufacture

bzr revid: rgaopenerp-20130502094121-dzqbjlzu1rgo7euk
This commit is contained in:
Priyanka Jani(OpenERP Trainee) 2013-05-02 15:11:21 +05:30 committed by RGA(OpenERP)
parent 45e303b528
commit dcc0f57c00
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
<field name="time_stop" widget="float_time"/>
</group>
<group string="Costing Information">
<field name="product_id" on_change="on_change_product_cost(product_id)"/>
<field name="product_id" on_change="on_change_product_cost(product_id)" context="{'default_supply_method':'produce'}"/>
<field name="costs_hour"/>
<field name="costs_hour_account_id" groups="analytic.group_analytic_accounting"/>
<field name="costs_cycle"/>