[FIX] english typo

bzr revid: fp@openerp.com-20121102174603-i5hsivz4ktg7n7ns
This commit is contained in:
Fabien Pinckaers 2012-11-02 18:46:03 +01:00
parent c058a0dd37
commit b020e99c8c
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ hr_expense_expense()
class product_product(osv.osv):
_inherit = "product.product"
_columns = {
'hr_expense_ok': fields.boolean('Expense', help="Specify if the product can be selected in an HR expense line."),
'hr_expense_ok': fields.boolean('Can be Expensed', help="Specify if the product can be selected in an HR expense line."),
}
def on_change_hr_expense_ok(self, cr, uid, id, hr_expense_ok):