Skip to content

Commit

Permalink
[IMP]Add fullstop.
Browse files Browse the repository at this point in the history
bzr revid: vba@tinyerp.com-20121031102524-idghkbzectude39f
  • Loading branch information
vba-odoo committed Oct 31, 2012
1 parent 1fc8b2e commit 41b08b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/stock/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ class product_template(osv.osv):
string="Inventory Location",
view_load=True,
domain=[('usage','like','inventory')],
help="This stock location will be used, instead of the default one, as the source location for stock moves generated when you do an inventory"),
help="This stock location will be used, instead of the default one, as the source location for stock moves generated when you do an inventory."),
'property_stock_account_input': fields.property('account.account',
type='many2one', relation='account.account',
string='Stock Input Account', view_load=True,
Expand Down

0 comments on commit 41b08b3

Please sign in to comment.