[IMP] spelling error in help text

This commit is contained in:
Stéphane Bidoul
2013-09-11 11:12:14 +02:00
parent 347995e9ed
commit a0f4f121cc

View File

@@ -90,5 +90,5 @@ class AccountStatementLine(Model):
string='Transaction ID',
size=128,
serialization_field='additionnal_bank_fields',
help="Transction id from the financial institute"),
help="Transaction id from the financial institute"),
}