[ADD]hr_expense:Review Your Expenses Products add to Product - 3 seq category

bzr revid: aag@tinyerp.co.in-20110602125436-qb6ozw02caois9vy
This commit is contained in:
aag (OpenERP) 2011-06-02 18:24:36 +05:30
parent 8f3a0631fd
commit 3b28f64c8b
1 changed files with 6 additions and 0 deletions

View File

@ -10,9 +10,15 @@
<field name="context" eval="'{\'default_type\':\'service\',\'default_procure_method\':\'make_to_stock\',\'default_supply_method\':\'buy\',\'default_purchase_ok\':True, \'default_sale_ok\':False, \'default_hr_expense_ok\':True,\'default_categ_id\': ' + str(ref('cat_expense')) +'}'"/>
<field name="view_id" ref="product.product_normal_form_view"/>
</record>
<record id="category_product_normal_form_view_installer" model="ir.actions.todo.category">
<field name="name">Product</field>
<field name="sequence">3</field>
</record>
<record id="product_normal_form_view_todo" model="ir.actions.todo">
<field name="action_id" ref="product_normal_form_view_installer"/>
<field name="category_id" ref="category_product_normal_form_view_installer"/>
<field name="sequence">3</field>
<field name="type">normal</field>
<field name="state">skip</field>