Skip to content
Snippets Groups Projects
Commit 61506518 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] menutip config wizar

bzr revid: fp@tinyerp.com-20111001231945-3hh0xce63d8bj9oa
parent 856d08e4
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
<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="domain">[('hr_expense_ok','=',True)]</field>
<field name="view_id" ref="product_expense_installer_tree_view"/>
<field name="help">Define one product for each expense type allowed for an employee (travel by car, hostel, restaurant, etc). If you reimburse the employees at a fixed rate, set a cost and a unit of measure on the product. If you reimburse based on real costs, set the cost at 0.00. The user will set the real price when recording his expense sheet.</field>
</record>
<record id="product_normal_form_view_todo" model="ir.actions.todo">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment