[IMP] menutip config wizard

bzr revid: fp@tinyerp.com-20111001232501-8kv8ixcrqts3sq9u
This commit is contained in:
Fabien Pinckaers 2011-10-02 01:25:01 +02:00
parent 6150651893
commit b24f2a190a
2 changed files with 6 additions and 3 deletions

View File

@ -449,13 +449,14 @@
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" ref="hr_holidays_leaves_assign_tree_view"/>
<field name="help">You can assign remaining Legal Leaves for each employee, OpenERP will automatically create and validate allocation requests.</field>
</record>
<record id="hr_holidays_leaves_assign_form_view_todo" model="ir.actions.todo">
<field name="action_id" ref="hr_holidays_leaves_assign_legal"/>
<field name="category_id" ref="hr.category_hr_management_config"/>
</record>
</record>
<!-- Hr employee inherit Legal Leaves -->
<record id="view_employee_form_leave_inherit" model="ir.ui.view">

View File

@ -6,7 +6,8 @@
<field name="res_model">lunch.product</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" ref="lunch.view_lunch_product_form"/>
<field name="view_id" eval="False"/>
<field name="help">Define all products that the employees can order for the lunch time. If you order lunch at several places, you can use the product categories to split by supplier. It will be easier for the lunch manager to filter lunch orders by categories.</field>
</record>
<record id="view_lunch_product_form_todo" model="ir.actions.todo">
@ -21,6 +22,7 @@
<field name="res_model">lunch.cashbox</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help">You can create on cashbox by employee if you want to keep track of the amount due by employee according to what have been ordered.</field>
</record>
<record id="action_create_cashbox_todo" model="ir.actions.todo">