[FIX] payment: typo in track_visibility

This commit is contained in:
Ronak Baxi 2015-07-31 14:47:15 +05:30 committed by Martin Trigaux
parent c96174da5f
commit f8efc8a6c3
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ class PaymentTransaction(osv.Model):
('done', 'Done'), ('error', 'Error'),
('cancel', 'Canceled')
], 'Status', required=True,
track_visiblity='onchange', copy=False),
track_visibility='onchange', copy=False),
'state_message': fields.text('Message',
help='Field used to store error and/or validation messages for information'),
# payment