changeset f1216a092213 in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset&node=f1216a092213
description:
        Harmonize "Only include" help text
diffstat:

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

diffs (20 lines):

diff -r f913064c56f5 -r f1216a092213 account.py
--- a/account.py        Sun Sep 19 00:34:38 2021 +0200
+++ b/account.py        Mon Sep 20 10:34:29 2021 +0200
@@ -1819,14 +1819,14 @@
             ],
         depends=['from_date'])
     company = fields.Many2One('company.company', 'Company', required=True)
-    posted = fields.Boolean('Posted Move', help="Only included posted moves.")
+    posted = fields.Boolean('Posted Move', help="Only include posted moves.")
     journal = fields.Many2One(
         'account.journal', "Journal",
         context={
             'company': Eval('company', -1),
             },
         depends=['company'],
-        help="Only included moves from the journal.")
+        help="Only include moves from the journal.")
 
     @classmethod
     def default_fiscalyear(cls):

Reply via email to