[IMP] menutip config wizar

bzr revid: fp@tinyerp.com-20111001231945-3hh0xce63d8bj9oa
This commit is contained in:
Fabien Pinckaers 2011-10-02 01:19:45 +02:00
parent 856d08e411
commit 6150651893
1 changed files with 1 additions and 0 deletions

View File

@ -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">