changeset 92f640885d23 in modules/account:5.0
details: https://hg.tryton.org/modules/account?cmd=changeset;node=92f640885d23
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 f47fbbeaf96e -r 92f640885d23 account.py
--- a/account.py        Tue Apr 02 21:52:32 2019 +0200
+++ b/account.py        Fri Apr 12 13:06:31 2019 +0200
@@ -582,7 +582,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