changeset cfc5083a977c in modules/account:4.8
details: https://hg.tryton.org/modules/account?cmd=changeset;node=cfc5083a977c
description:
        Fix typo in states key name

        issue8262
        review263321002
        (grafted from 8ee11c5c94b4087a1108b09a3fc1431036a2f930)
diffstat:

 account.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7672c5c78ea4 -r cfc5083a977c account.py
--- a/account.py        Tue Apr 02 21:53:04 2019 +0200
+++ b/account.py        Fri Apr 12 13:06:31 2019 +0200
@@ -613,7 +613,7 @@
             ('id', '!=', Eval('currency', -1)),
             ],
         states={
-            'reaodnly': _states['readonly'],
+            'readonly': _states['readonly'],
             'invisible': (Eval('kind').in_(
                     ['payable', 'revenue', 'receivable', 'expense'])
                 | ~Eval('deferral', False)),

Reply via email to