Fix comments in xml

\# is not a xml comment tag, <!--  --> is the right tag

bzr revid: ced-17c7de8b58832c0dbb86fdb3007b26f4da3e1fe2
This commit is contained in:
ced 2007-08-16 06:57:32 +00:00
parent 642e0930f8
commit 27ace6dd01
1 changed files with 6 additions and 6 deletions

View File

@ -142,9 +142,9 @@
id="menu_expense_all_invoiced" id="menu_expense_all_invoiced"
action="expense_all_invoiced"/> action="expense_all_invoiced"/>
# <!--
# My expenses menu My expenses menu
# -->
<record model="ir.actions.act_window" id="expense_my"> <record model="ir.actions.act_window" id="expense_my">
<field name="name">My Expenses</field> <field name="name">My Expenses</field>
<field name="res_model">hr.expense.expense</field> <field name="res_model">hr.expense.expense</field>
@ -179,9 +179,9 @@
id="menu_expense_my_confirm" id="menu_expense_my_confirm"
action="expense_my_confirm"/> action="expense_my_confirm"/>
# --------------------------------------------------------------- <!--
# Expense Type Expense Type
# --------------------------------------------------------------- -->
<record model="ir.actions.act_window" id="open_expenses_type"> <record model="ir.actions.act_window" id="open_expenses_type">
<field name="type">ir.actions.act_window</field> <field name="type">ir.actions.act_window</field>