Skip to content

Commit

Permalink
Improve tooltip.
Browse files Browse the repository at this point in the history
bzr revid: vba@tinyerp.com-20121030133821-dvh4qnacbjxvq3er
  • Loading branch information
vba-odoo committed Oct 30, 2012
1 parent 510be65 commit 1a91f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/account/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ class product_template(osv.osv):
relation='account.account',
string="Income Account",
view_load=True,
help="This account will be used for invoices instead of the default one to value sales."),
help="This account will be used to value outgoing stock using sale price."),
'property_account_expense': fields.property(
'account.account',
type='many2one',
relation='account.account',
string="Expense Account",
view_load=True,
help="This account will be used for invoices instead of the default one to value expenses."),
help="This account will be used to value outgoing stock using cost price."),
}

product_template()
Expand Down

0 comments on commit 1a91f01

Please sign in to comment.