[FIX] purchase: field label

No need for uppercase, courtesy of Lionel Sausin.

Well, Clarice - have the lambs stopped screaming?
  -- Hannibal Lecter
This commit is contained in:
Martin Trigaux 2015-07-08 13:42:45 +02:00
parent f204c76f23
commit d2e660b31d
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class stock_warehouse(osv.osv):
_columns = {
'buy_to_resupply': fields.boolean('Purchase to resupply this warehouse',
help="When products are bought, they can be delivered to this warehouse"),
'buy_pull_id': fields.many2one('procurement.rule', 'BUY rule'),
'buy_pull_id': fields.many2one('procurement.rule', 'Buy rule'),
}
_defaults = {
'buy_to_resupply': True,